1 #ifndef _inherit2__defines_h_ 2 #define _inherit2__defines_h_ 3 4 #define GLOBAL 257 5 #define LOCAL 258 6 #define REAL 259 7 #define INTEGER 260 8 #define NAME 261 9 #ifdef YYSTYPE 10 #undef YYSTYPE_IS_DECLARED 11 #define YYSTYPE_IS_DECLARED 1 12 #endif 13 #ifndef YYSTYPE_IS_DECLARED 14 #define YYSTYPE_IS_DECLARED 1 15 typedef union 16 { 17 class cval; 18 type tval; 19 namelist * nlist; 20 name id; 21 } YYSTYPE; 22 #endif /* !YYSTYPE_IS_DECLARED */ 23 extern YYSTYPE inherit2_lval; 24 25 #endif /* _inherit2__defines_h_ */ 26