diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-25 12:59:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-25 12:59:59 +0000 |
commit | e2b47c92a51fb4e010bff956a48a516d013f59fe (patch) | |
tree | 7d141d9ca5ad54758605fa390e1266e10350d67c /regexp | |
parent | 4451d982c0de5570b536da7096d62e3820d34ade (diff) |
INTEGRATION: CWS geordi2q15 (1.2.50); FILE MERGED
2004/02/20 12:50:33 hr 1.2.50.1: #111934#: merge CWS ooo111fix3
Diffstat (limited to 'regexp')
-rw-r--r-- | regexp/source/reclass.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/regexp/source/reclass.cxx b/regexp/source/reclass.cxx index 9722411cc89e..6449ac3ef757 100644 --- a/regexp/source/reclass.cxx +++ b/regexp/source/reclass.cxx @@ -108,13 +108,7 @@ # ifdef __GNUC__ # define alloca __builtin_alloca # else /* not __GNUC__ */ -# if defined( FREEBSD ) -# include <stdlib.h> -# elif defined( WNT ) -# include <malloc.h> -# else -# include <alloca.h> -# endif /* HAVE_ALLOCA_H */ +# include <sal/alloca.h> # endif /* not __GNUC__ */ # endif /* not alloca */ |