From 7e7a719a8e28a1be4fbb59fe7d15b445b8ce272c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 22 Sep 2005 16:41:36 +0000 Subject: * include/sys/strace.h (_STRACE_ON): Remove semicolon from definition. (_STRACE_OFF): Remove semicolon from definition. --- winsup/cygwin/include/sys/strace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/include/sys/strace.h') diff --git a/winsup/cygwin/include/sys/strace.h b/winsup/cygwin/include/sys/strace.h index 859e1b2f8..e54e76ed4 100644 --- a/winsup/cygwin/include/sys/strace.h +++ b/winsup/cygwin/include/sys/strace.h @@ -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 -- cgit v1.2.3