remove redundant extern declaration

This commit is contained in:
Stefan Frederik 2022-09-14 13:36:37 +02:00
parent e5d60bb92a
commit f40a3d9b7e
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ typedef struct /* used in expandlabel.y */
Stringptr dest_string={NULL,0}; /*19102004; */
extern int yyparse(void) ;
extern int yyparse_error;
extern int yylex();
void clear_expandlabel_data(void)