summaryrefslogtreecommitdiff
path: root/regexp
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-16 12:25:12 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-16 12:25:12 +0000
commit1b6e8d286fc33785339a3e9fa310ba17c1eb167c (patch)
treed932b5436d0309d9c9130bfdd74cf0ee889d849d /regexp
parentdcc5fa7de68787cff66ffaec3d72b4449a386540 (diff)
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#
Diffstat (limited to 'regexp')
-rw-r--r--regexp/orig/regex.c2
1 files changed, 1 insertions, 1 deletions
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 <alloca.h>
+# include <sal/alloca.h>
# endif /* HAVE_ALLOCA_H */
# endif /* not __GNUC__ */