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:
peter 2000-05-24 10:44:45 +00:00
commit 033beddf15
2 changed files with 2 additions and 1 deletions

View File

@ -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 */

View File

@ -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;