mud++0.35/etc/
mud++0.35/etc/guilds/
mud++0.35/help/propert/
mud++0.35/mudC/
mud++0.35/player/
mud++0.35/src/interface/
mud++0.35/src/os/cygwin32/
mud++0.35/src/os/win32/
mud++0.35/src/os/win32/bcppbuilder/
mud++0.35/src/osaddon/
mud++0.35/src/util/
typedef union {
	long	lval;
	float	fval;
	char *	sval;
	sym *	sym_ptr;
	node *	node_ptr;
} YYSTYPE;
#define	ID	258
#define	CONSTANT_INT	259
#define	CONSTANT_FLOAT	260
#define	STRING_LITERAL	261
#define	DEC_OP	262
#define	INC_OP	263
#define	VOID	264
#define	INT	265
#define	STRING	266
#define	RETURN	267


extern YYSTYPE yylval;