#ifndef BISON_Y_TAB_H
# define BISON_Y_TAB_H

#ifndef YYSTYPE
typedef union {
	double		flnum;		/* floating point values */
	int		num;		/* numeric values */
	char		*str;		/* string values */
	void		*vptr;		/* some void * */
	subparams_t	*subparams;	/* subparameters for a plugin */
} yystype;
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif
# define	OPTIONS	257
# define	KEYS	258
# define	PIXMAPS	259
# define	DECOR	260
# define	STYLE	261
# define	PLUGDAT	262
# define	FORPLUG	263
# define	OPAQUEMOVE	264
# define	MOUSEMOD	265
# define	ANIMDELAY	266
# define	DESKTOPCNT	267
# define	DESKTOPWID	268
# define	DESKTOPHEI	269
# define	FULLSCRZOOM	270
# define	LINEWIDTH	271
# define	LINEFG	272
# define	WANTMITSHM	273
# define	WSPACESLIDE	274
# define	RELRESIZE	275
# define	FOCUSNEW	276
# define	XINCORRECT	277
# define	FOCUS	278
# define	FOCUSTYPE	279
# define	PLACEMENT	280
# define	PLACETYPE	281
# define	PLACENONZEROS	282
# define	PLACETRANS	283
# define	TITLEFONT	284
# define	TITLE	285
# define	TITLECOLOR	286
# define	KEYNAME	287
# define	PLACEINTERACT	288
# define	INTERACTTIME	289
# define	DBUTTONLINES	290
# define	DECTYPE	291
# define	DECEDGE	292
# define	ACTION	293
# define	GROUPS	294
# define	DEFAULT	295
# define	TRANSIENT	296
# define	INTERNAL	297
# define	LOAD	298
# define	PARAM	299
# define	FPARAM	300
# define	PLUGPARAM	301
# define	INTEGER	302
# define	BOOLVAL	303
# define	MODIFIER	304
# define	NOMASK	305
# define	CYCLETYPE	306
# define	MVDIR	307
# define	STRING	308
# define	IDENT	309
# define	FLOAT	310


extern YYSTYPE yylval;

#endif /* not BISON_Y_TAB_H */


syntax highlighted by Code2HTML, v. 0.9.1