V8/usr/src/cmd/cfront/cfront/yystype.h

Compare this file to the similar file:
Show the results in this format:

/* @(#) yystype.h 1.1 3/7/85 08:46:02 */
typedef union {
	char*	s;
	TOK	t;
	int	i;
	loc	l;
	Pname	pn;
	Ptype	pt;
	Pexpr	pe;
	Pstmt	ps;
	PP	p;
} YYSTYPE;
extern YYSTYPE yylval;