xref: /netbsd-src/external/bsd/byacc/dist/test/btyacc/err_inherit4.tab.h (revision 8e33eff89e26cf71871ead62f0d5063e1313c33a)
1 /*	$NetBSD: err_inherit4.tab.h,v 1.4 2024/09/14 21:29:03 christos Exp $	*/
2 
3 #ifndef _err_inherit4__defines_h_
4 #define _err_inherit4__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 YYSTYPE
18 {
19     class	cval;
20     type	tval;
21     namelist *	nlist;
22     name	id;
23 } YYSTYPE;
24 #endif /* !YYSTYPE_IS_DECLARED */
25 extern YYSTYPE err_inherit4_lval;
26 
27 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
28 /* Default: YYLTYPE is the text position type. */
29 typedef struct YYLTYPE
30 {
31     int first_line;
32     int first_column;
33     int last_line;
34     int last_column;
35     unsigned source;
36 } YYLTYPE;
37 #define YYLTYPE_IS_DECLARED 1
38 #endif
39 #define YYRHSLOC(rhs, k) ((rhs)[k])
40 extern YYLTYPE err_inherit4_lloc;
41 
42 #endif /* _err_inherit4__defines_h_ */
43