This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reword the "threads still running" cleanup message.
[perl5.git] / keywords.pl
index 06ee8f3..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,13 +47,7 @@ BEGIN
 CORE
 DESTROY
 END
-EQ
-GE
-GT
 INIT
-LE
-LT
-NE
 CHECK
 abs
 accept
@@ -181,7 +187,6 @@ q
 qq
 qr
 quotemeta
-qu
 qw
 qx
 rand