changeset 4280:395afea69c7e

Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
author Dave Love <fx@gnu.org>
date Thu, 05 Sep 2002 17:01:55 +0000
parents c583587f282f
children b95bafb2e969
files regex.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/regex.c
+++ b/regex.c
@@ -461,7 +461,7 @@
 #  ifdef __GNUC__
 #   define alloca __builtin_alloca
 #  else /* not __GNUC__ */
-#   if HAVE_ALLOCA_H
+#   ifdef HAVE_ALLOCA_H
 #    include <alloca.h>
 #   endif /* HAVE_ALLOCA_H */
 #  endif /* not __GNUC__ */