Add silly bandaid to stop segfaults on subsequent accesses to
[p5sagit/p5-mst-13.2.git] / keywords.pl
index f907e3f..d5903fa 100755 (executable)
@@ -4,6 +4,21 @@ 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.
+ *
+ * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
+ *  This file is built by keywords.pl from its data.  Any changes made here
+ *  will be lost!
+ */
+EOM
+
 # Read & print data.
 
 $keynum = 0;
@@ -35,13 +50,8 @@ BEGIN
 CORE
 DESTROY
 END
-EQ
-GE
-GT
 INIT
-LE
-LT
-NE
+CHECK
 abs
 accept
 alarm
@@ -83,6 +93,7 @@ endpwent
 endservent
 eof
 eq
+err
 eval
 exec
 exists
@@ -166,6 +177,7 @@ open
 opendir
 or
 ord
+our
 pack
 package
 pipe