* include/sys/strace.h (_STRACE_ON): Remove semicolon from definition.
(_STRACE_OFF): Remove semicolon from definition.
This commit is contained in:
@ -79,8 +79,8 @@ extern strace strace;
|
||||
#define _STRACE_THREAD 0x40000 // thread-locking calls
|
||||
#define _STRACE_NOTALL 0x80000 // don't include if _STRACE_ALL
|
||||
#if defined (DEBUGGING)
|
||||
# define _STRACE_ON strace.active = 1;
|
||||
# define _STRACE_OFF strace.active = 0;
|
||||
# define _STRACE_ON strace.active = 1
|
||||
# define _STRACE_OFF strace.active = 0
|
||||
#else
|
||||
# define _STRACE_ON
|
||||
# define _STRACE_OFF
|
||||
|
Reference in New Issue
Block a user