1 #ifndef _expr_oxout__defines_h_ 2 #define _expr_oxout__defines_h_ 3 4 #define ID 257 5 #define CONST 258 6 #ifdef YYSTYPE 7 #undef YYSTYPE_IS_DECLARED 8 #define YYSTYPE_IS_DECLARED 1 9 #endif 10 #ifndef YYSTYPE_IS_DECLARED 11 #define YYSTYPE_IS_DECLARED 1 12 typedef union { 13 struct yyyOxAttrbs { 14 struct yyyStackItem *yyyOxStackItem; 15 } yyyOxAttrbs; 16 } YYSTYPE; 17 #endif /* !YYSTYPE_IS_DECLARED */ 18 extern YYSTYPE expr_oxout_lval; 19 20 #endif /* _expr_oxout__defines_h_ */ 21