diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-05-07 15:35:56 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-05-07 15:35:56 +0000 |
commit | 6c993494e4b729540ad72e7f1088e3dd0ee70221 (patch) | |
tree | 12566956fde62790d83b1fa9d6a98c9353cd1565 /regen.pl | |
parent | baccf54f1213c0da51c9cff1078e4351fc442f70 (diff) | |
download | perl-6c993494e4b729540ad72e7f1088e3dd0ee70221.tar.gz |
bytecode.pl: Exterminate!
ext/B/B/Asmdata.pm: Exterminate!
p4raw-id: //depot/perl@31165
Diffstat (limited to 'regen.pl')
-rw-r--r-- | regen.pl | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,7 +18,6 @@ safer_unlink ("warnings.h", "lib/warnings.pm"); my %gen = ( 'autodoc.pl' => [qw[pod/perlapi.pod pod/perlintern.pod]], - 'bytecode.pl' => [qw[ext/B/B/Asmdata.pm]], 'embed.pl' => [qw[proto.h embed.h embedvar.h global.sym perlapi.h perlapi.c]], 'keywords.pl' => [qw[keywords.h]], @@ -45,7 +44,7 @@ sub do_cksum { return %cksum; } -foreach my $pl (qw (keywords.pl opcode.pl embed.pl bytecode.pl +foreach my $pl (qw (keywords.pl opcode.pl embed.pl regcomp.pl warnings.pl autodoc.pl reentr.pl)) { print "$^X $pl\n"; my %cksum0; |