summaryrefslogtreecommitdiff
path: root/tools/d2c/rules
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-04-27 22:25:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-04-27 22:25:05 (GMT)
commit8a09e4163c79541f0af78719d0cd85b85650c4b4 (patch)
treec0aababa995c68377de24661671e3d07d8b2db66 /tools/d2c/rules
parent9b915ec951f8f6350d3933886e1abeafe27d9802 (diff)
Forgot the old yylval global variable usage completely.
Diffstat (limited to 'tools/d2c/rules')
-rw-r--r--tools/d2c/rules/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/d2c/rules/Makefile.am b/tools/d2c/rules/Makefile.am
index c2d9d96..9db9905 100644
--- a/tools/d2c/rules/Makefile.am
+++ b/tools/d2c/rules/Makefile.am
@@ -9,7 +9,7 @@ BUILT_SOURCES = grammar.h
AM_YFLAGS = -v -d -p rules_
AM_LFLAGS = -P rules_ -o lex.yy.c --header-file=tokens.h \
- -Dyylval=rules_lval -Dyyget_lineno=rules_get_lineno \
+ -Dyyget_lineno=rules_get_lineno \
-Dyy_scan_string=rules__scan_string \
-Dyy_delete_buffer=rules__delete_buffer