xref: /freebsd/contrib/byacc/test/btyacc/btyacc_destroy3.tab.h (revision 7431dfd4580e850375fe5478d92ec770344db098)
1 #ifndef _destroy3__defines_h_
2 #define _destroy3__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 destroy3_lval;
24 
25 #endif /* _destroy3__defines_h_ */
26