# HG changeset patch # User Dave Love # Date 1031245315 0 # Node ID c49c3ca273ba80ff616c4f93dcae1ba1d7098460 # Parent 5e361851a772acac6bc1a934366e6992648329b4 Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'. diff -r 5e361851a772 -r c49c3ca273ba src/regex.c --- a/src/regex.c Thu Sep 05 17:00:46 2002 +0000 +++ b/src/regex.c Thu Sep 05 17:01:55 2002 +0000 @@ -461,7 +461,7 @@ # ifdef __GNUC__ # define alloca __builtin_alloca # else /* not __GNUC__ */ -# if HAVE_ALLOCA_H +# ifdef HAVE_ALLOCA_H # include # endif /* HAVE_ALLOCA_H */ # endif /* not __GNUC__ */