remove redundant extern declaration
This commit is contained in:
parent
e5d60bb92a
commit
f40a3d9b7e
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue