diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-04-27 22:25:05 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-04-27 22:25:05 (GMT) |
commit | 8a09e4163c79541f0af78719d0cd85b85650c4b4 (patch) | |
tree | c0aababa995c68377de24661671e3d07d8b2db66 /tools/d2c/format | |
parent | 9b915ec951f8f6350d3933886e1abeafe27d9802 (diff) |
Forgot the old yylval global variable usage completely.
Diffstat (limited to 'tools/d2c/format')
-rw-r--r-- | tools/d2c/format/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/d2c/format/Makefile.am b/tools/d2c/format/Makefile.am index 7afd98d..5b1dcee 100644 --- a/tools/d2c/format/Makefile.am +++ b/tools/d2c/format/Makefile.am @@ -8,9 +8,9 @@ BUILT_SOURCES = grammar.h AM_YFLAGS = -v -d -p format_ -AM_LFLAGS = -P format_ -o lex.yy.c --header-file=tokens.h \ - -Dyylval=format_lval -Dyyget_lineno=format_get_lineno \ - -Dyy_scan_string=format__scan_string \ +AM_LFLAGS = -P format_ -o lex.yy.c --header-file=tokens.h \ + -Dyyget_lineno=format_get_lineno \ + -Dyy_scan_string=format__scan_string \ -Dyy_delete_buffer=format__delete_buffer AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) |