#ifndef BISON_Y_TAB_H
# define BISON_Y_TAB_H

# ifndef YYSTYPE
#  define YYSTYPE int
#  define YYSTYPE_IS_TRIVIAL 1
# endif
# define	NC_UNLIMITED_K	257
# define	BYTE_K	258
# define	CHAR_K	259
# define	SHORT_K	260
# define	INT_K	261
# define	FLOAT_K	262
# define	DOUBLE_K	263
# define	IDENT	264
# define	TERMSTRING	265
# define	BYTE_CONST	266
# define	CHAR_CONST	267
# define	SHORT_CONST	268
# define	INT_CONST	269
# define	FLOAT_CONST	270
# define	DOUBLE_CONST	271
# define	DIMENSIONS	272
# define	VARIABLES	273
# define	NETCDF	274
# define	HDF5	275
# define	DATA	276
# define	FILLVALUE	277


extern YYSTYPE yylval;

#endif /* not BISON_Y_TAB_H */


syntax highlighted by Code2HTML, v. 0.9.1