]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/byacc/test/btyacc/expr.oxout.tab.h
Update Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
[FreeBSD/FreeBSD.git] / contrib / byacc / test / btyacc / expr.oxout.tab.h
1 #ifndef _expr.oxout__defines_h_
2 #define _expr.oxout__defines_h_
3
4 #define ID 257
5 #define CONST 258
6 #ifdef YYSTYPE
7 #undef  YYSTYPE_IS_DECLARED
8 #define YYSTYPE_IS_DECLARED 1
9 #endif
10 #ifndef YYSTYPE_IS_DECLARED
11 #define YYSTYPE_IS_DECLARED 1
12 typedef union {
13 struct yyyOxAttrbs {
14 struct yyyStackItem *yyyOxStackItem;
15 } yyyOxAttrbs;
16 } YYSTYPE;
17 #endif /* !YYSTYPE_IS_DECLARED */
18 extern YYSTYPE expr.oxout_lval;
19
20 #endif /* _expr.oxout__defines_h_ */