summaryrefslogtreecommitdiff
path: root/regen.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-05-07 15:35:56 +0000
committerNicholas Clark <nick@ccl4.org>2007-05-07 15:35:56 +0000
commit6c993494e4b729540ad72e7f1088e3dd0ee70221 (patch)
tree12566956fde62790d83b1fa9d6a98c9353cd1565 /regen.pl
parentbaccf54f1213c0da51c9cff1078e4351fc442f70 (diff)
downloadperl-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.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/regen.pl b/regen.pl
index 7b0f8e3555..a1f1ab8d87 100644
--- a/regen.pl
+++ b/regen.pl
@@ -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;