1 /* $NetBSD: inherit1.tab.h,v 1.1.1.1 2015/01/03 22:58:26 christos Exp $ */ 2 3 #ifndef _inherit1__defines_h_ 4 #define _inherit1__defines_h_ 5 6 #define GLOBAL 257 7 #define LOCAL 258 8 #define REAL 259 9 #define INTEGER 260 10 #define NAME 261 11 #ifdef YYSTYPE 12 #undef YYSTYPE_IS_DECLARED 13 #define YYSTYPE_IS_DECLARED 1 14 #endif 15 #ifndef YYSTYPE_IS_DECLARED 16 #define YYSTYPE_IS_DECLARED 1 17 typedef union 18 { 19 class cval; 20 type tval; 21 namelist * nlist; 22 name id; 23 } YYSTYPE; 24 #endif /* !YYSTYPE_IS_DECLARED */ 25 extern YYSTYPE inherit1_lval; 26 27 #endif /* _inherit1__defines_h_ */ 28