OSDN Git Service

* include/sys/strace.h (_STRACE_ON): Remove semicolon from definition.
authorcgf <cgf>
Thu, 22 Sep 2005 16:41:34 +0000 (16:41 +0000)
committercgf <cgf>
Thu, 22 Sep 2005 16:41:34 +0000 (16:41 +0000)
(_STRACE_OFF): Remove semicolon from definition.

winsup/cygwin/ChangeLog
winsup/cygwin/include/sys/strace.h

index 7c4c8a1..63ef597 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-22  Christopher Faylor  <cgf@timesys.com>
+
+       * include/sys/strace.h (_STRACE_ON): Remove semicolon from definition.
+       (_STRACE_OFF): Remove semicolon from definition.
+
 2005-09-22  Corinna Vinschen  <corinna@vinschen.de>
 
        * fhandler.h (fhandler_base::fstat_helper): Declare with additional
index 859e1b2..e54e76e 100644 (file)
@@ -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