X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regen.pl;h=55bd4dc3bba5a480da03f9534a1022013bd05975;hb=345dbb93fc4813c4387eb6b1eedefc6d79a752d0;hp=5d4c1df2b38d660bd386e81d45692b73901657b2;hpb=9ad884cb5e6c71bf010defc627075ba1610c8eba;p=p5sagit%2Fp5-mst-13.2.git 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