1cc9c2b57Schristos extern char *yytext; 2cc9c2b57Schristos extern int yylineno; 3cc9c2b57Schristos extern FILE *yyin; 4cc9c2b57Schristos 5cc9c2b57Schristos int yylex(void); 6*04686d0eSmatt void yyerror(const char *); 7cc9c2b57Schristos 8cc9c2b57Schristos struct params *cgdparsefile(FILE *); 9