enumerator_list   461 scripts/genksyms/parse.y 	'{' enumerator_list '}'				{ $$ = $3; }
enumerator_list   462 scripts/genksyms/parse.y 	| '{' enumerator_list ',' '}'			{ $$ = $4; }
enumerator_list   465 scripts/genksyms/parse.y enumerator_list:
enumerator_list   467 scripts/genksyms/parse.y 	| enumerator_list ',' enumerator