changeset 3976:df9c91af417b

(_GNU_SOURCE): Don't define.
author Dave Love <fx@gnu.org>
date Mon, 18 Nov 2002 15:40:28 +0000
parents e34e6bd35c66
children bbfbba55424c
files regex.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/regex.c
+++ b/regex.c
@@ -33,9 +33,6 @@
   #pragma alloca
 #endif
 
-#undef	_GNU_SOURCE
-#define _GNU_SOURCE
-
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif