summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/test/quote_calc2.tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/byacc/test/quote_calc2.tab.h')
-rw-r--r--contrib/byacc/test/quote_calc2.tab.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/byacc/test/quote_calc2.tab.h b/contrib/byacc/test/quote_calc2.tab.h
new file mode 100644
index 0000000..498eff2
--- /dev/null
+++ b/contrib/byacc/test/quote_calc2.tab.h
@@ -0,0 +1,15 @@
+#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
OpenPOWER on IntegriCloud