From: Rafael Garcia-Suarez Date: Tue, 10 May 2005 20:27:16 +0000 (+0000) Subject: "make regen" should run reentr.pl X-Git-Tag: perl-5.9.3~2071 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/0bfd2b7f7ab8769ca3d9c75656aa082a44f0d689 "make regen" should run reentr.pl p4raw-id: //depot/perl@24443 --- diff --git a/regen.pl b/regen.pl index 5d4c1df..55bd4dc 100644 --- a/regen.pl +++ b/regen.pl @@ -26,7 +26,8 @@ my %gen = ( 'keywords.pl' => [qw[keywords.h]], 'opcode.pl' => [qw[opcode.h opnames.h pp_proto.h pp.sym]], 'regcomp.pl' => [qw[regnodes.h]], - 'warnings.pl' => [qw[warnings.h lib/warnings.pm]] + 'warnings.pl' => [qw[warnings.h lib/warnings.pm]], + 'reentr.pl' => [qw[reentr.c reentr.h]], ); sub do_cksum { @@ -46,7 +47,7 @@ sub do_cksum { } foreach my $pl (qw (keywords.pl opcode.pl embed.pl bytecode.pl - regcomp.pl warnings.pl autodoc.pl)) { + regcomp.pl warnings.pl autodoc.pl reentr.pl)) { print "$^X $pl\n"; my %cksum0; %cksum0 = do_cksum($pl) unless $pl eq 'warnings.pl'; # the files were removed