aboutsummaryrefslogtreecommitdiff
path: root/test/btyacc/quote_calc.tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/btyacc/quote_calc.tab.h')
-rw-r--r--test/btyacc/quote_calc.tab.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/btyacc/quote_calc.tab.h b/test/btyacc/quote_calc.tab.h
new file mode 100644
index 000000000000..2067aeea9093
--- /dev/null
+++ b/test/btyacc/quote_calc.tab.h
@@ -0,0 +1,20 @@
+#ifndef _quote_calc__defines_h_
+#define _quote_calc__defines_h_
+
+#define OP_ADD 257
+#define ADD 258
+#define OP_SUB 259
+#define SUB 260
+#define OP_MUL 261
+#define MUL 262
+#define OP_DIV 263
+#define DIV 264
+#define OP_MOD 265
+#define MOD 266
+#define OP_AND 267
+#define AND 268
+#define DIGIT 269
+#define LETTER 270
+#define UMINUS 271
+
+#endif /* _quote_calc__defines_h_ */