diff options
Diffstat (limited to 'test/code_calc.y')
-rw-r--r-- | test/code_calc.y | 2 |
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> |