mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264608
@ -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