1 /* $NetBSD: expr.oxout.tab.h,v 1.2 2017/02/11 19:33:13 christos Exp $ */ 2 3 #define ID 257 4 #define CONST 258 5 #ifdef YYSTYPE 6 #undef YYSTYPE_IS_DECLARED 7 #define YYSTYPE_IS_DECLARED 1 8 #endif 9 #ifndef YYSTYPE_IS_DECLARED 10 #define YYSTYPE_IS_DECLARED 1 11 typedef union { 12 struct yyyOxAttrbs { 13 struct yyyStackItem *yyyOxStackItem; 14 } yyyOxAttrbs; 15 } YYSTYPE; 16 #endif /* !YYSTYPE_IS_DECLARED */ 17 extern YYSTYPE expr.oxout_lval; 18