Finally move DB declaration under _CURSES_PRIVATE
This commit is contained in:
parent
cfb92d36fb
commit
c0d678dc83
@ -367,6 +367,7 @@ int __waddch __P((WINDOW *, __LDATA *));
|
||||
#define max(a,b) (a > b ? a : b)
|
||||
|
||||
/* Private externs. */
|
||||
extern char DB;
|
||||
extern int __echoit;
|
||||
extern int __endwin;
|
||||
extern int __pfast;
|
||||
|
@ -39,8 +39,6 @@ static char sccsid[] = "@(#)refresh.c 8.4 (Berkeley) 8/4/94";
|
||||
|
||||
#include "curses.h"
|
||||
|
||||
extern char DB;
|
||||
|
||||
static int curwin;
|
||||
static short ly, lx;
|
||||
|
||||
|
@ -44,8 +44,6 @@ static char sccsid[] = "@(#)setterm.c 8.7 (Berkeley) 7/27/94";
|
||||
|
||||
#include "curses.h"
|
||||
|
||||
extern char DB;
|
||||
|
||||
#undef ospeed
|
||||
extern short ospeed;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user