Remove workarounds for ancient compilers
This commit is contained in:
@@ -10,11 +10,7 @@
|
||||
#include "wintty.h"
|
||||
#include "tcap.h"
|
||||
|
||||
#ifdef MICROPORT_286_BUG
|
||||
#define Tgetstr(key) (tgetstr(key, tbuf))
|
||||
#else
|
||||
#define Tgetstr(key) (tgetstr(key, &tbufptr))
|
||||
#endif /* MICROPORT_286_BUG **/
|
||||
|
||||
static char *FDECL(s_atr2str, (int));
|
||||
static char *FDECL(e_atr2str, (int));
|
||||
|
||||
Reference in New Issue
Block a user