This commit was generated by cvs2svn to compensate for changes in r60867,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
033beddf15
@ -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…
x
Reference in New Issue
Block a user