X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regcomp.pl;h=7fdbd1303fb46028a27e524ab532ef568a23cace;hb=d2d1d4de13bedc11af82b2ca4fd580671530195c;hp=d4e9402d9237a05c1ad7e560611bab92222b2fbb;hpb=6294c16100e79c65d9c9883d11b45631d3ded9a1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regcomp.pl b/regcomp.pl index d4e9402..7fdbd13 100644 --- a/regcomp.pl +++ b/regcomp.pl @@ -79,7 +79,7 @@ close DESC; die "Too many regexp/state opcodes! Maximum is 256, but there are $lastregop in file!" if $lastregop>256; -my $tmp_h = 'tmp_reg.h'; +my $tmp_h = 'regnodes.h-new'; unlink $tmp_h if -f $tmp_h;