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