1 #ifndef _err_inherit4__defines_h_ 2 #define _err_inherit4__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 err_inherit4_lval; 24 25 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 26 /* Default: YYLTYPE is the text position type. */ 27 typedef struct YYLTYPE 28 { 29 int first_line; 30 int first_column; 31 int last_line; 32 int last_column; 33 unsigned source; 34 } YYLTYPE; 35 #define YYLTYPE_IS_DECLARED 1 36 #endif 37 #define YYRHSLOC(rhs, k) ((rhs)[k]) 38 39 #endif /* _err_inherit4__defines_h_ */ 40