aboutsummaryrefslogtreecommitdiff
path: root/contrib/byacc/test/quote_calc-s.tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/byacc/test/quote_calc-s.tab.h')
-rw-r--r--contrib/byacc/test/quote_calc-s.tab.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/byacc/test/quote_calc-s.tab.h b/contrib/byacc/test/quote_calc-s.tab.h
new file mode 100644
index 000000000000..1a4657903411
--- /dev/null
+++ b/contrib/byacc/test/quote_calc-s.tab.h
@@ -0,0 +1,9 @@
+#define OP_ADD 257
+#define OP_SUB 259
+#define OP_MUL 261
+#define OP_DIV 263
+#define OP_MOD 265
+#define OP_AND 267
+#define DIGIT 269
+#define LETTER 270
+#define UMINUS 271