diff options
Diffstat (limited to 'src/pre.l')
-rw-r--r-- | src/pre.l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -885,7 +885,7 @@ BN [ \t\r\n] } */ <CopyLine>{ID}/{BN}*"(" { - Define *def; + Define *def=0; //printf("Search for define %s\n",yytext); if (includeStack.isEmpty() && Config::macroExpansionFlag && |