Change 33646 by [EMAIL PROTECTED] on 2008/04/04 08:28:11
Run overload.pl from regen.pl, and check overload.c as well as
overload.h
Affected files ...
... //depot/perl/regen.pl#9 edit
Differences ...
==== //depot/perl/regen.pl#9 (text) ====
Index: perl/regen.pl
--- perl/regen.pl#8~33608~ 2008-03-30 08:48:08.000000000 -0700
+++ perl/regen.pl 2008-04-04 01:28:11.000000000 -0700
@@ -24,7 +24,7 @@
'regcomp.pl' => [qw[regnodes.h]],
'warnings.pl' => [qw[warnings.h lib/warnings.pm]],
'reentr.pl' => [qw[reentr.c reentr.h]],
- 'overload.pl' => [qw[overload.h]],
+ 'overload.pl' => [qw[overload.c overload.h]],
);
sub do_cksum {
@@ -43,8 +43,7 @@
return %cksum;
}
-foreach my $pl (qw (keywords.pl opcode.pl embed.pl
- regcomp.pl warnings.pl autodoc.pl reentr.pl)) {
+foreach my $pl (keys %gen) {
my @command = ($^X, $pl, @ARGV);
print "@command\n";
my %cksum0;
End of Patch.