summaryrefslogtreecommitdiff
path: root/test/btyacc/calc_code_top.tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/btyacc/calc_code_top.tab.h')
-rw-r--r--test/btyacc/calc_code_top.tab.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/btyacc/calc_code_top.tab.h b/test/btyacc/calc_code_top.tab.h
new file mode 100644
index 000000000000..8be78b276e36
--- /dev/null
+++ b/test/btyacc/calc_code_top.tab.h
@@ -0,0 +1,8 @@
+#ifndef _calc_code_top__defines_h_
+#define _calc_code_top__defines_h_
+
+#define DIGIT 257
+#define LETTER 258
+#define UMINUS 259
+
+#endif /* _calc_code_top__defines_h_ */