From: Dave Love Date: Mon, 18 Nov 2002 15:40:28 +0000 (+0000) Subject: (_GNU_SOURCE): Don't define. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1943fc2c6f51fd64340dd4db4309643304ed413;p=pspp (_GNU_SOURCE): Don't define. --- diff --git a/regex.c b/regex.c index 022ca13eba..5cb997336f 100644 --- a/regex.c +++ b/regex.c @@ -33,9 +33,6 @@ #pragma alloca #endif -#undef _GNU_SOURCE -#define _GNU_SOURCE - #ifdef HAVE_CONFIG_H # include #endif