summaryrefslogtreecommitdiff
path: root/regcomp.pl
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-05-15 15:59:25 +0100
committerDavid Mitchell <davem@iabyn.com>2009-05-15 15:59:25 +0100
commit266db279d40a576f3ce43348b1afdeebca8fb2b7 (patch)
treed659fd50061b48b56fe35063f0d6c66cbe66430a /regcomp.pl
parent6294c16100e79c65d9c9883d11b45631d3ded9a1 (diff)
downloadperl-266db279d40a576f3ce43348b1afdeebca8fb2b7.tar.gz
make regcomp.pl use the standard foo.h-new naming scheme for tmp files
Diffstat (limited to 'regcomp.pl')
-rw-r--r--regcomp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.pl b/regcomp.pl
index d4e9402d92..7fdbd1303f 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;