diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-15 16:46:09 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-15 16:46:09 -0800 |
commit | d3896c7c307b6f019289890f24cb6b86fe57d58f (patch) | |
tree | 819a7d9f92a27aef231ba7d630f55968c830e3e0 /lex.l | |
parent | 979ae4f3613e66cca5c9fe249508907283fe00bb (diff) |
unifdef __UNIXOS2__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'lex.l')
-rw-r--r-- | lex.l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ #include <stdlib.h> #include "gram.h" #include "constants.h" -#if defined(FLEX_SCANNER) && !defined(YY_FLEX_LEX_COMPAT) && !defined(__UNIXOS2__) +#if defined(FLEX_SCANNER) && !defined(YY_FLEX_LEX_COMPAT) int yylineno; #endif %} |