summaryrefslogtreecommitdiff
path: root/src/fold.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/fold.c
parent3f017c26cad21467cf9e186a3df6c514a4d8c8ef (diff)
downloadcoreutils-0d38a270a4e00927cce08b60dc7c5d9156589916.tar.xz
Do not define _GNU_SOURCE and/or NDEBUG
Diffstat (limited to 'src/fold.c')
-rw-r--r--src/fold.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fold.c b/src/fold.c
index 44233d502..1ffe60ca2 100644
--- a/src/fold.c
+++ b/src/fold.c
@@ -19,9 +19,6 @@
#include <config.h>
-/* Get isblank from GNU libc. */
-#define _GNU_SOURCE
-
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>