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 @@ | |||
| 33 | #pragma alloca | 33 | #pragma alloca |
| 34 | #endif | 34 | #endif |
| 35 | 35 | ||
| 36 | #undef _GNU_SOURCE | ||
| 37 | #define _GNU_SOURCE | ||
| 38 | |||
| 39 | #ifdef HAVE_CONFIG_H | 36 | #ifdef HAVE_CONFIG_H |
| 40 | # include <config.h> | 37 | # include <config.h> |
| 41 | #endif | 38 | #endif |