]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10167: Small fix to the simclist.c assertion guards after having copied the latest...
authorShane Bryldt <astaelan@gmail.com>
Wed, 29 Mar 2017 23:31:44 +0000 (17:31 -0600)
committerShane Bryldt <astaelan@gmail.com>
Wed, 29 Mar 2017 23:31:44 +0000 (17:31 -0600)
libs/libks/src/simclist.c

index 4726c78648b067d096f9f4045bf4c5d09f50f3a6..78dda9af14a3e95a48b62e70d659a3b5a2f1059d 100755 (executable)
 
 /* disable asserts */
 #ifndef SIMCLIST_DEBUG
+#ifndef NDEBUG
 #define NDEBUG
 #endif
+#endif
 
 #include <assert.h>