diff options
Diffstat (limited to 'lex.l')
-rw-r--r-- | lex.l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ #include "gram.h" #include "constants.h" #if defined(FLEX_SCANNER) && !defined(YY_FLEX_LEX_COMPAT) && !defined(__UNIXOS2__) -int yylineno = 0; +int yylineno; #endif %} |