fix defined(@foo) encarpments
[p5sagit/p5-mst-13.2.git] / keywords.pl
index d3426be..f907e3f 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
 
+unlink "keywords.h";
 open(KW, ">keywords.h") || die "Can't create keywords.h: $!\n";
 select KW;
 
@@ -24,8 +25,10 @@ sub tab {
 __END__
 
 NULL
-__LINE__
 __FILE__
+__LINE__
+__PACKAGE__
+__DATA__
 __END__
 AUTOLOAD
 BEGIN
@@ -35,6 +38,7 @@ END
 EQ
 GE
 GT
+INIT
 LE
 LT
 NE
@@ -141,6 +145,7 @@ link
 listen
 local
 localtime
+lock
 log
 lstat
 lt
@@ -168,9 +173,11 @@ pop
 pos
 print
 printf
+prototype
 push
 q
 qq
+qr
 quotemeta
 qw
 qx
@@ -231,12 +238,15 @@ sub
 substr
 symlink
 syscall
+sysopen
 sysread
+sysseek
 system
 syswrite
 tell
 telldir
 tie
+tied
 time
 times
 tr