changeset 1402:bc1e554c0a15

Don't define NDEBUG, now that it's done via configure's --disable-assert option.
author Jim Meyering <jim@meyering.net>
date Wed, 01 Jul 1998 12:44:22 +0000
parents 494c9b824a23
children e22d6722e033
files lib/xstrtol.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/xstrtol.c
+++ b/lib/xstrtol.c
@@ -34,7 +34,6 @@
 # endif
 #endif
 
-#define NDEBUG
 #include <assert.h>
 
 #include <errno.h>