]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't define NDEBUG.
authorJim Meyering <jim@meyering.net>
Sun, 26 Apr 1998 20:42:16 +0000 (20:42 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Apr 1998 20:42:16 +0000 (20:42 +0000)
src/cp.c

index adfef3da15d74334422f9466ab725e895f3878c5..81e8f8d3425c7ed1d8fc35d2e89b4b94f954eda7 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
 #include <config.h>
 #include <stdio.h>
 #include <sys/types.h>
-
-/* FIXME: uncomment for release
-#define NDEBUG
-*/
 #include <assert.h>
-
 #include <getopt.h>
+
 #include "system.h"
 #include "backupfile.h"
 #include "argmatch.h"