curses link fix in 3.7
This commit is contained in:
@@ -887,7 +887,7 @@ boolean restoring_msghist;
|
|||||||
static int stash_count;
|
static int stash_count;
|
||||||
static nhprev_mesg *stash_head = 0;
|
static nhprev_mesg *stash_head = 0;
|
||||||
#ifdef DUMPLOG
|
#ifdef DUMPLOG
|
||||||
extern unsigned saved_pline_index; /* pline.c */
|
/* extern unsigned g.saved_pline_index; */ /* pline.c */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (restoring_msghist && !initd) {
|
if (restoring_msghist && !initd) {
|
||||||
@@ -900,7 +900,7 @@ boolean restoring_msghist;
|
|||||||
initd = TRUE;
|
initd = TRUE;
|
||||||
#ifdef DUMPLOG
|
#ifdef DUMPLOG
|
||||||
/* this suffices; there's no need to scrub saved_pline[] pointers */
|
/* this suffices; there's no need to scrub saved_pline[] pointers */
|
||||||
saved_pline_index = 0;
|
g.saved_pline_index = 0;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user