Remove duplicate extern declarations after r264573.
Makes things compile better. Someone submit to: OpenBSD MFC after: 13 days X-MFC with: r264573
This commit is contained in:
parent
0ef79eac83
commit
107074dfec
@ -35,8 +35,6 @@ void tstpcont(int);
|
||||
unsigned char bc_eof(EditLine *, int);
|
||||
|
||||
extern int lineno;
|
||||
extern char *yytext;
|
||||
extern FILE *yyin;
|
||||
extern int fileindex;
|
||||
extern int sargc;
|
||||
extern const char **sargv;
|
||||
@ -47,4 +45,3 @@ extern History *hist;
|
||||
extern HistEvent he;
|
||||
extern char *cmdexpr;
|
||||
extern struct termios ttysaved;
|
||||
extern bool interactive;
|
||||
|
Loading…
Reference in New Issue
Block a user