diff options
Diffstat (limited to 'test/yacc/expr.oxout.tab.h')
-rw-r--r-- | test/yacc/expr.oxout.tab.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/yacc/expr.oxout.tab.h b/test/yacc/expr.oxout.tab.h new file mode 100644 index 000000000000..03527bb036a4 --- /dev/null +++ b/test/yacc/expr.oxout.tab.h @@ -0,0 +1,15 @@ +#define ID 257 +#define CONST 258 +#ifdef YYSTYPE +#undef YYSTYPE_IS_DECLARED +#define YYSTYPE_IS_DECLARED 1 +#endif +#ifndef YYSTYPE_IS_DECLARED +#define YYSTYPE_IS_DECLARED 1 +typedef union YYSTYPE { +struct yyyOxAttrbs { +struct yyyStackItem *yyyOxStackItem; +} yyyOxAttrbs; +} YYSTYPE; +#endif /* !YYSTYPE_IS_DECLARED */ +extern YYSTYPE expr_oxout_lval; |