diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-27 22:25:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-27 22:25:41 +0000 |
commit | d85c2f57f17d991a6ca78d3e1c9f3308a2bbb271 (patch) | |
tree | 8c9a359433cbb3488b0a848e99bd869c76295dfd /gnu/usr.bin/perl/keywords.pl | |
parent | 74cfb115ac810480c0000dc742b20383c1578bac (diff) |
Resolve conflicts, remove old files, merge local changes
Diffstat (limited to 'gnu/usr.bin/perl/keywords.pl')
-rw-r--r-- | gnu/usr.bin/perl/keywords.pl | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/gnu/usr.bin/perl/keywords.pl b/gnu/usr.bin/perl/keywords.pl index 46dd53d70e9..00c067c40a5 100644 --- a/gnu/usr.bin/perl/keywords.pl +++ b/gnu/usr.bin/perl/keywords.pl @@ -4,6 +4,18 @@ unlink "keywords.h"; open(KW, ">keywords.h") || die "Can't create keywords.h: $!\n"; select KW; +print <<EOM; +/* + * keywords.h + * + * Copyright (c) 1997-2002, Larry Wall + * + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. + * + */ +EOM + # Read & print data. $keynum = 0; @@ -35,13 +47,7 @@ BEGIN CORE DESTROY END -EQ -GE -GT INIT -LE -LT -NE CHECK abs accept |