#define	T_ID	258
#define	T_NUM	259
#define	T_CONST	260
#define	T_STRUCT	261
#define	T_UNION	262
#define	T_ENUM	263
#define	T_TYPEDEF	264
#define	T_PROGRAM	265
#define	T_UNSIGNED	266
#define	T_INT	267
#define	T_HYPER	268
#define	T_DOUBLE	269
#define	T_QUADRUPLE	270
#define	T_VOID	271
#define	T_VERSION	272
#define	T_SWITCH	273
#define	T_CASE	274
#define	T_DEFAULT	275
#define	T_OPAQUE	276
#define	T_STRING	277


extern YYSTYPE yylval;
