From 1b6e8d286fc33785339a3e9fa310ba17c1eb167c Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 16 Jan 2006 12:25:12 +0000 Subject: [PATCH] INTEGRATION: CWS allocacleanup (1.1.1.1.94); FILE MERGED 2006/01/08 00:36:21 maho 1.1.1.1.94.1: alloca.h -> sal/alloca.h Issue number: #i53286# --- regexp/orig/regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regexp/orig/regex.c b/regexp/orig/regex.c index b8509b70b3be..b429eabbcf13 100644 --- a/regexp/orig/regex.c +++ b/regexp/orig/regex.c @@ -302,7 +302,7 @@ init_syntax_once () # define alloca __builtin_alloca # else /* not __GNUC__ */ # if HAVE_ALLOCA_H -# include +# include # endif /* HAVE_ALLOCA_H */ # endif /* not __GNUC__ */