]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
clean up
authorStefan Knoblich <stkn@freeswitch.org>
Wed, 8 Apr 2009 22:19:11 +0000 (22:19 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Wed, 8 Apr 2009 22:19:11 +0000 (22:19 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@708 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/freetdm/src/include/openzap.h

index 0b6e120d300749a66197c6ccbcf0f1c778ed26fd..937a69f502a24ba56c8cb61a3eb4d7abbca0886e 100644 (file)
 #include "zap_buffer.h"
 #include "zap_threadmutex.h"
 
-#define XX if (0)
-
 #ifdef __WINDOWS__
 #define zap_sleep(x) Sleep(x)
 #else
 #define zap_sleep(x) usleep(x * 1000)
 #endif
 
-#ifdef  NDEBUG
+#ifdef NDEBUG
 #undef assert
 #define assert(_Expression)     ((void)(_Expression))
 #endif