]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove definition of _GNU_SOURCE
authorJim Meyering <jim@meyering.net>
Mon, 27 Apr 1998 04:31:45 +0000 (04:31 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 27 Apr 1998 04:31:45 +0000 (04:31 +0000)
src/unexpand.c
src/uniq.c

index 22acbe6b86c6cbafe0c03f31f1839424d53b96d5..42df105dd7ede584910658f4183e7b9243e45c25 100644 (file)
@@ -37,9 +37,6 @@
 
 #include <config.h>
 
-/* Get isblank from GNU libc.  */
-#define _GNU_SOURCE
-
 #include <stdio.h>
 #include <getopt.h>
 #include <sys/types.h>
index 27395afd34e7add56af766abc298ea6b42d1fa84..272611254265337018e5a640386f44283ad79add 100644 (file)
@@ -19,9 +19,6 @@
 \f
 #include <config.h>
 
-/* Get isblank from GNU libc.  */
-#define _GNU_SOURCE
-
 #include <stdio.h>
 #include <getopt.h>
 #include <sys/types.h>