test1167: catch more #defines with withspaces
This commit is contained in:
parent
dbbbf717f3
commit
360436eca6
@ -124,7 +124,7 @@ sub scanheader {
|
||||
open H, "<$f";
|
||||
while(<H>) {
|
||||
my ($line, $linenum) = ($_, $.);
|
||||
if (/^#define +([^ \n]*)/) {
|
||||
if (/^ *# *define +([^ \n]*)/) {
|
||||
if($verbose) {
|
||||
print "Source: $f\n";
|
||||
print "Symbol: $1\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user