]> git.eshelyaron.com Git - emacs.git/commitdiff
Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
authorDave Love <fx@gnu.org>
Thu, 5 Sep 2002 17:01:55 +0000 (17:01 +0000)
committerDave Love <fx@gnu.org>
Thu, 5 Sep 2002 17:01:55 +0000 (17:01 +0000)
src/regex.c

index ee190497e5c6ea1b7119478f19927acb9ac3b572..b2dc4d51df56b28f4f77d88eb711ffe21f684148 100644 (file)
@@ -461,7 +461,7 @@ init_syntax_once ()
 #  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__ */