diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index ee190497e5c..b2dc4d51df5 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -461,7 +461,7 @@ init_syntax_once () | |||
| 461 | # ifdef __GNUC__ | 461 | # ifdef __GNUC__ |
| 462 | # define alloca __builtin_alloca | 462 | # define alloca __builtin_alloca |
| 463 | # else /* not __GNUC__ */ | 463 | # else /* not __GNUC__ */ |
| 464 | # if HAVE_ALLOCA_H | 464 | # ifdef HAVE_ALLOCA_H |
| 465 | # include <alloca.h> | 465 | # include <alloca.h> |
| 466 | # endif /* HAVE_ALLOCA_H */ | 466 | # endif /* HAVE_ALLOCA_H */ |
| 467 | # endif /* not __GNUC__ */ | 467 | # endif /* not __GNUC__ */ |