Home | History | Annotate | Line # | Download | only in btyacc
      1 /*	$NetBSD: expr.oxout.tab.h,v 1.3 2024/09/14 21:29:03 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 YYSTYPE {
     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