diff options
author | Jim Meyering <jim@meyering.net> | 1998-07-01 12:44:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-07-01 12:44:22 +0000 |
commit | d05618c5c2447eed39fb6f34086f81cb021f25c8 (patch) | |
tree | fa0fb34e0c3ef7c0485847c0cc18ce4787f1bf90 /lib | |
parent | 7a314199db4c9cbcdf86929a0616d1e3f98e3bd8 (diff) | |
download | coreutils-d05618c5c2447eed39fb6f34086f81cb021f25c8.tar.xz |
Don't define NDEBUG, now that it's done via configure's --disable-assert option.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xstrtol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/xstrtol.c b/lib/xstrtol.c index 621f67370..befa2f7c9 100644 --- a/lib/xstrtol.c +++ b/lib/xstrtol.c @@ -34,7 +34,6 @@ # endif #endif -#define NDEBUG #include <assert.h> #include <errno.h> |