avoid link error with gcc 10 which enables -fno-common by default

This commit is contained in:
nhmall
2020-01-27 08:23:56 -05:00
parent eb61690f34
commit 0305d0ae41
4 changed files with 0 additions and 10 deletions

View File

@@ -74,9 +74,6 @@ extern short glyph2tile[];
extern char mapped_menu_cmds[]; /* from options.c */
/* this is only needed until tty_status_* routines are written */
extern NEARDATA winid WIN_STATUS;
/* Interface definition, for windows.c */
struct window_procs tty_procs = {
"tty",