#ifndef BISON_Y_TAB_H
# define BISON_Y_TAB_H

# ifndef YYSTYPE
#  define YYSTYPE int
#  define YYSTYPE_IS_TRIVIAL 1
# endif
# define	IDENTIFIER	257
# define	CHARACTER	258
# define	NUMBER	259
# define	LEFT	260
# define	RIGHT	261
# define	NONASSOC	262
# define	TOKEN	263
# define	PREC	264
# define	TYPE	265
# define	START	266
# define	UNION	267
# define	DOUBLE_PERCENT	268
# define	CODE_BLOCK	269
# define	ACTION	270


extern YYSTYPE yylval;

#endif /* not BISON_Y_TAB_H */


syntax highlighted by Code2HTML, v. 0.9.1