aboutsummaryrefslogtreecommitdiff
path: root/test/btyacc/code_calc.tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/btyacc/code_calc.tab.h')
-rw-r--r--test/btyacc/code_calc.tab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/btyacc/code_calc.tab.h b/test/btyacc/code_calc.tab.h
index 48f8993b83f6..0b129daa6a28 100644
--- a/test/btyacc/code_calc.tab.h
+++ b/test/btyacc/code_calc.tab.h
@@ -4,5 +4,7 @@
#define DIGIT 257
#define LETTER 258
#define UMINUS 259
+#undef yytname
+#define yytname yyname
#endif /* _calc__defines_h_ */