DOTS              102 scripts/genksyms/parse.y %token DOTS
DOTS              340 scripts/genksyms/parse.y 	parameter_declaration_list_opt DOTS		{ $$ = $2; }
DOTS              342 scripts/genksyms/parse.y 	| parameter_declaration_list ',' DOTS		{ $$ = $3; }