diff options
Diffstat (limited to 'src/regex.c')
-rw-r--r-- | src/regex.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/regex.c b/src/regex.c index 022ca13eba6..5cb997336f6 100644 --- a/src/regex.c +++ b/src/regex.c @@ -33,9 +33,6 @@ #pragma alloca #endif -#undef _GNU_SOURCE -#define _GNU_SOURCE - #ifdef HAVE_CONFIG_H # include <config.h> #endif |