Bring in the fix for the trace/_nc_trace issue, without breaking the
vendor branching. The author has fixed this also so we can do this safely.
This commit is contained in:
parent
1759abf3ae
commit
6b9085fd58
@ -1313,6 +1313,7 @@ extern char *_tracechar(const unsigned char);
|
||||
extern char *_tracechtype(chtype);
|
||||
extern char *_tracechtype2(int, chtype);
|
||||
extern char *_tracemouse(const MEVENT *);
|
||||
#define trace _nc_trace
|
||||
extern void trace(const unsigned int);
|
||||
|
||||
/* trace masks */
|
||||
|
@ -54,7 +54,7 @@ long _nc_outchars;
|
||||
static FILE * tracefp; /* default to writing to stderr */
|
||||
#endif
|
||||
|
||||
void trace(const unsigned int tracelevel GCC_UNUSED)
|
||||
void _nc_trace(const unsigned int tracelevel GCC_UNUSED)
|
||||
{
|
||||
#ifdef TRACE
|
||||
static bool been_here = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user