summaryrefslogtreecommitdiff
path: root/src/tr.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/tr.c
parent3f017c26cad21467cf9e186a3df6c514a4d8c8ef (diff)
downloadcoreutils-0d38a270a4e00927cce08b60dc7c5d9156589916.tar.xz
Do not define _GNU_SOURCE and/or NDEBUG
Diffstat (limited to 'src/tr.c')
-rw-r--r--src/tr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tr.c b/src/tr.c
index 68ba44c11..831de3b4b 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -19,11 +19,7 @@
#include <config.h>
-/* Get isblank from GNU libc. */
-#define _GNU_SOURCE
-
#include <stdio.h>
-#define NDEBUG 1
#include <assert.h>
#include <errno.h>
#include <sys/types.h>