summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-04-26 20:38:28 +0000
committerJim Meyering <jim@meyering.net>1998-04-26 20:38:28 +0000
commit0d38a270a4e00927cce08b60dc7c5d9156589916 (patch)
tree48c32e667f406b860f8bc609087105ab4286c9bd /src/sort.c
parent3f017c26cad21467cf9e186a3df6c514a4d8c8ef (diff)
downloadcoreutils-0d38a270a4e00927cce08b60dc7c5d9156589916.tar.xz
Do not define _GNU_SOURCE and/or NDEBUG
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sort.c b/src/sort.c
index fd1f4d0a0..7e1e17971 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -23,15 +23,9 @@
#include <config.h>
-/* Get isblank from GNU libc. */
-#define _GNU_SOURCE
-
#include <sys/types.h>
#include <signal.h>
#include <stdio.h>
-#ifndef ENABLE_ASSERTIONS
-# define NDEBUG 1
-#endif
#include <assert.h>
#include "system.h"
#include "long-options.h"