summaryrefslogtreecommitdiff
path: root/src/expand.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/expand.c
parent3f017c26cad21467cf9e186a3df6c514a4d8c8ef (diff)
downloadcoreutils-0d38a270a4e00927cce08b60dc7c5d9156589916.tar.xz
Do not define _GNU_SOURCE and/or NDEBUG
Diffstat (limited to 'src/expand.c')
-rw-r--r--src/expand.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/expand.c b/src/expand.c
index 8563a00d4..a179ef892 100644
--- a/src/expand.c
+++ b/src/expand.c
@@ -1,5 +1,5 @@
/* expand - convert tabs to spaces
- Copyright (C) 89, 91, 95, 96, 1997 Free Software Foundation, Inc.
+ Copyright (C) 89, 91, 95, 96, 1997, 1998 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -35,9 +35,6 @@
#include <config.h>
-/* Get isblank from GNU libc. */
-#define _GNU_SOURCE
-
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>