]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/byacc/test/btyacc/btyacc_destroy3.tab.h
Merge: 272655
[FreeBSD/stable/10.git] / contrib / byacc / test / btyacc / btyacc_destroy3.tab.h
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_ */