projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3b910a0
)
Make expand-macro.pl scan config.h, if it exists.
Nicholas Clark [Thu, 18 Jun 2009 19:33:09 +0000 (20:33 +0100)]
Porting/expand-macro.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/expand-macro.pl
b/Porting/expand-macro.pl
index
2cdaa79
..
34b76cb
100644
(file)
--- a/
Porting/expand-macro.pl
+++ b/
Porting/expand-macro.pl
@@
-32,6
+32,7
@@
if (!(@ARGV = @headers)) {
while (<$fh>) {
push @ARGV, $1 if m!^([^/]+\.h)\t!;
}
+ push @ARGV, 'config.h' if -f 'config.h';
}
my $header;