In mkdef.pl ignore trailing whitespace in #ifdef lines
This commit is contained in:
parent
485e30dbe1
commit
8aa36bcac9
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ sub do_defs
|
|||
push(@tag,$1);
|
||||
$tag{$1}=-1;
|
||||
}
|
||||
} elsif (/^\#\s*ifdef\s+(.*)/) {
|
||||
} elsif (/^\#\s*ifdef\s+(\S*)/) {
|
||||
push(@tag,"-");
|
||||
push(@tag,$1);
|
||||
$tag{$1}=1;
|
||||
|
|
Loading…
Reference in a new issue