projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6294c16
)
make regcomp.pl use the standard foo.h-new naming scheme for tmp files
David Mitchell [Fri, 15 May 2009 14:59:25 +0000 (15:59 +0100)]
regcomp.pl
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.pl
b/regcomp.pl
index
d4e9402
..
7fdbd13
100644
(file)
--- 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;