]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/byacc/test/yacc/expr.oxout.tab.h
timespec_get(3): sort SEE ALSO correctly
[FreeBSD/FreeBSD.git] / contrib / byacc / test / yacc / expr.oxout.tab.h
1 #define ID 257
2 #define CONST 258
3 #ifdef YYSTYPE
4 #undef  YYSTYPE_IS_DECLARED
5 #define YYSTYPE_IS_DECLARED 1
6 #endif
7 #ifndef YYSTYPE_IS_DECLARED
8 #define YYSTYPE_IS_DECLARED 1
9 typedef union {
10 struct yyyOxAttrbs {
11 struct yyyStackItem *yyyOxStackItem;
12 } yyyOxAttrbs;
13 } YYSTYPE;
14 #endif /* !YYSTYPE_IS_DECLARED */
15 extern YYSTYPE expr.oxout_lval;