Don't define NDEBUG, now that it's done via configure's --disable-assert option.
authorJim Meyering <jim@meyering.net>
Wed, 1 Jul 1998 12:44:22 +0000 (12:44 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 1 Jul 1998 12:44:22 +0000 (12:44 +0000)
lib/xstrtol.c

index 621f673..befa2f7 100644 (file)
@@ -34,7 +34,6 @@
 # endif
 #endif
 
-#define NDEBUG
 #include <assert.h>
 
 #include <errno.h>