diff options
author | Jim Meyering <jim@meyering.net> | 1998-02-06 20:48:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-02-06 20:48:10 +0000 |
commit | a6a3dee962ba252fb91430adf2a55f3c09317901 (patch) | |
tree | 209ee6ef19285cdbb5f6f031d2baada9399aead5 /src | |
parent | 0324f8d42238bf8e9fb1f42275924d8409ef3a42 (diff) | |
download | coreutils-a6a3dee962ba252fb91430adf2a55f3c09317901.tar.xz |
*** empty log message ***
Diffstat (limited to 'src')
-rwxr-xr-x | src/dcgen | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,12 +1,11 @@ -#!/p/bin/perl -w +#!/usr/bin/perl -w # -*- perl -*- -# @configure_input@ eval 'exec /p/bin/perl -S $0 ${1+"$@"}' if 0; # dcgen -- generate C declarations of arrays of lines and line lengths -# Copyright (C) 1996 Free Software Foundation, Inc. +# Copyright (C) 1996, 1998 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |