UNION_KEYW         57 scripts/genksyms/keywords.c 	{ "union", UNION_KEYW },
UNION_KEYW         85 scripts/genksyms/parse.y %token UNION_KEYW
UNION_KEYW        221 scripts/genksyms/parse.y 	| UNION_KEYW IDENT
UNION_KEYW        229 scripts/genksyms/parse.y 	| UNION_KEYW IDENT class_body
UNION_KEYW        240 scripts/genksyms/parse.y 	| UNION_KEYW class_body				{ $$ = $2; }