#ifndef BISON_KIMWY_TAB_H
# define BISON_KIMWY_TAB_H

# define	T_ID	257
# define	T_OPNAME	258
# define	T_INT	259
# define	T_CNEWLINES	260
# define	T_CLINE	261
# define	T_CEXPRESSION	262
# define	T_DOLLARVAR	263
# define	T_INCLUDEEND	264
# define	T_INCLUDESTART	265
# define	T_ENDOFINCLUDESTART	266
# define	T_LIST	267
# define	T_ARROW	268
# define	T_PROVIDED	269
# define	T_STATIC	270
# define	T_WITH	271
# define	T_FOREACH	272
# define	T_FOREACH_AFTER	273
# define	T_DEFAULT	274
# define	T_UNPBLOCKSTART	275
# define	T_UNPBLOCKEND	276
# define	T_PERCENTRVIEW	277
# define	T_PERCENTRVIEWVAR	278
# define	T_PERCENTUVIEW	279
# define	T_PERCENTUVIEWVAR	280
# define	T_PERCENTSTORAGECLASS	281
# define	T_PERCENTLANGUAGE	282
# define	T_AUTO	283
# define	T_REGISTER	284
# define	T_EXTERN	285
# define	T_TYPEDEF	286
# define	T_CONST	287
# define	T_VOLATILE	288
# define	T_UNSIGNED	289
# define	T_VIRTUAL	290
# define	T_DOTDOTDOT	291
# define	T_COLONCOLON	292
# define	T_OPERATOR	293
# define	T_CONSTRUCTOR	294
# define	T_DESTRUCTOR	295
# define	T_MEMBER	296
# define	T_ATTR	297
# define	T_BASECLASS	298


extern YYSTYPE yylval;

#endif /* not BISON_KIMWY_TAB_H */