(Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
[p5sagit/p5-mst-13.2.git] / keywords.pl
index 805b5bc..00c067c 100755 (executable)
@@ -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,12 +47,8 @@ BEGIN
 CORE
 DESTROY
 END
-EQ
-GE
-GT
-LE
-LT
-NE
+INIT
+CHECK
 abs
 accept
 alarm
@@ -144,6 +152,7 @@ link
 listen
 local
 localtime
+lock
 log
 lstat
 lt
@@ -164,6 +173,7 @@ open
 opendir
 or
 ord
+our
 pack
 package
 pipe
@@ -175,6 +185,7 @@ prototype
 push
 q
 qq
+qr
 quotemeta
 qw
 qx
@@ -238,7 +249,6 @@ syscall
 sysopen
 sysread
 sysseek
-systell
 system
 syswrite
 tell