(_GNU_SOURCE): Don't define.
author |
Dave Love <fx@gnu.org> |
date |
Mon, 18 Nov 2002 15:40:28 +0000 |
parents |
77ba6907e487 |
children |
0cf464af16fe |
files |
src/process.c src/regex.c |
diffstat |
2 files changed, 0 insertions(+), 4 deletions(-)
[+]
|
line diff
--- a/src/process.c Mon Nov 18 15:39:55 2002 +0000
+++ b/src/process.c Mon Nov 18 15:40:28 2002 +0000
@@ -20,7 +20,6 @@
Boston, MA 02111-1307, USA. */
-#define _GNU_SOURCE /* to get strsignal declared with glibc 2 */
#include <config.h>
#include <signal.h>
--- a/src/regex.c Mon Nov 18 15:39:55 2002 +0000
+++ b/src/regex.c Mon Nov 18 15:40:28 2002 +0000
@@ -33,9 +33,6 @@
#pragma alloca
#endif
-#undef _GNU_SOURCE
-#define _GNU_SOURCE
-
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif