1*1f806d53Schristos /*	$NetBSD: varsyntax_calc1.tab.h,v 1.1.1.3 2016/01/09 21:59:45 christos Exp $	*/
2*1f806d53Schristos 
363eba854Schristos #define DREG 257
463eba854Schristos #define VREG 258
563eba854Schristos #define CONST 259
663eba854Schristos #define UMINUS 260
763eba854Schristos #ifdef YYSTYPE
863eba854Schristos #undef  YYSTYPE_IS_DECLARED
963eba854Schristos #define YYSTYPE_IS_DECLARED 1
1063eba854Schristos #endif
1163eba854Schristos #ifndef YYSTYPE_IS_DECLARED
1263eba854Schristos #define YYSTYPE_IS_DECLARED 1
1363eba854Schristos typedef union
1463eba854Schristos {
1563eba854Schristos 	int ival;	/* dreg & vreg array index values*/
1663eba854Schristos 	double dval;	/* floating point values*/
1763eba854Schristos 	INTERVAL vval;	/* interval values*/
1863eba854Schristos } YYSTYPE;
1963eba854Schristos #endif /* !YYSTYPE_IS_DECLARED */
2063eba854Schristos extern YYSTYPE varsyntax_calc1_lval;
21