diff options
Diffstat (limited to 'contrib/byacc/test/pure_calc.tab.h')
-rw-r--r-- | contrib/byacc/test/pure_calc.tab.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/byacc/test/pure_calc.tab.h b/contrib/byacc/test/pure_calc.tab.h new file mode 100644 index 000000000000..19211182d6b3 --- /dev/null +++ b/contrib/byacc/test/pure_calc.tab.h @@ -0,0 +1,3 @@ +#define DIGIT 257 +#define LETTER 258 +#define UMINUS 259 |