xref: /netbsd-src/external/bsd/byacc/dist/test/btyacc/expr.oxout.tab.h (revision a45db23f655e22f0c2354600d3b3c2cb98abf2dc)
1 /*	$NetBSD: expr.oxout.tab.h,v 1.2 2017/02/11 19:33:12 christos Exp $	*/
2 
3 #ifndef _expr.oxout__defines_h_
4 #define _expr.oxout__defines_h_
5 
6 #define ID 257
7 #define CONST 258
8 #ifdef YYSTYPE
9 #undef  YYSTYPE_IS_DECLARED
10 #define YYSTYPE_IS_DECLARED 1
11 #endif
12 #ifndef YYSTYPE_IS_DECLARED
13 #define YYSTYPE_IS_DECLARED 1
14 typedef union {
15 struct yyyOxAttrbs {
16 struct yyyStackItem *yyyOxStackItem;
17 } yyyOxAttrbs;
18 } YYSTYPE;
19 #endif /* !YYSTYPE_IS_DECLARED */
20 extern YYSTYPE expr.oxout_lval;
21 
22 #endif /* _expr.oxout__defines_h_ */
23