bignum-0.12 updates from:
[p5sagit/p5-mst-13.2.git] / keywords.pl
index 355b05e..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;
@@ -78,6 +93,7 @@ endpwent
 endservent
 eof
 eq
+err
 eval
 exec
 exists