#ifndef BISON_Y_TAB_H
# define BISON_Y_TAB_H

#ifndef YYSTYPE
typedef union {
	int i;
	u_long h;
	u_char *e;
	char *s;
	struct stmt *stmt;
	struct arth *a;
	struct {
		struct qual q;
		struct block *b;
	} blk;
	struct block *rblk;
} yystype;
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif
# define	DST	257
# define	SRC	258
# define	HOST	259
# define	GATEWAY	260
# define	NET	261
# define	PORT	262
# define	LESS	263
# define	GREATER	264
# define	PROTO	265
# define	BYTE	266
# define	ARP	267
# define	RARP	268
# define	IP	269
# define	TCP	270
# define	UDP	271
# define	ICMP	272
# define	TK_BROADCAST	273
# define	TK_MULTICAST	274
# define	NUM	275
# define	LINK	276
# define	GEQ	277
# define	LEQ	278
# define	NEQ	279
# define	ID	280
# define	EID	281
# define	HID	282
# define	LSH	283
# define	RSH	284
# define	LEN	285
# define	OR	286
# define	AND	287
# define	UMINUS	288


extern YYSTYPE yylval;

#endif /* not BISON_Y_TAB_H */


syntax highlighted by Code2HTML, v. 0.9.1