summaryrefslogtreecommitdiff
path: root/test/code_calc.y
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2016-10-04 20:54:49 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2016-10-04 20:54:49 +0000
commit710e7be2e23d98dbfc5ac28297a122dd135ca0c3 (patch)
tree604529ecca5ec94dc7fd258e753fb0c2abcf032f /test/code_calc.y
parent7118255f507c5b3f3ae663043547c6525b79a4d9 (diff)
Notes
Diffstat (limited to 'test/code_calc.y')
-rw-r--r--test/code_calc.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/code_calc.y b/test/code_calc.y
index 0a99456e7f89..6947b74e1750 100644
--- a/test/code_calc.y
+++ b/test/code_calc.y
@@ -1,3 +1,5 @@
+%token-table
+
%{
# include <stdio.h>
# include <ctype.h>