[inseparable changes from patch from perl5.003_12 to perl5.003_13]
[p5sagit/p5-mst-13.2.git] / keywords.pl
index d3426be..595e875 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;
 
@@ -26,6 +27,7 @@ __END__
 NULL
 __LINE__
 __FILE__
+__DATA__
 __END__
 AUTOLOAD
 BEGIN
@@ -168,6 +170,7 @@ pop
 pos
 print
 printf
+prototype
 push
 q
 qq
@@ -231,12 +234,14 @@ sub
 substr
 symlink
 syscall
+sysopen
 sysread
 system
 syswrite
 tell
 telldir
 tie
+tied
 time
 times
 tr