diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-16 11:57:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-16 11:57:32 +0000 |
commit | ce4b65fa401e6047c50651a4b32a58f6b9f818a4 (patch) | |
tree | ebedd12d49163edbbe39c92f30e8454dc7d09d5c /basic | |
parent | f6212dcc14417e73520703fc13c21977cbbd375f (diff) |
INTEGRATION: CWS allocacleanup (1.24.34); FILE MERGED
2005/11/06 08:39:33 maho 1.24.34.1: use sal/alloca.h for alloca
Issue number: #i53286#
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/iosys.cxx | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx index 98caf32a8916..8ffee2e10541 100644 --- a/basic/source/runtime/iosys.cxx +++ b/basic/source/runtime/iosys.cxx @@ -4,9 +4,9 @@ * * $RCSfile: iosys.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: rt $ $Date: 2005-09-07 21:39:22 $ + * last change: $Author: obo $ $Date: 2006-01-16 12:57:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,15 +61,8 @@ #ifdef _USE_UNO // <-- encoding -#ifdef UNX -#if !defined MACOSX && !defined FREEBSD && !defined NETBSD -#include <alloca.h> -#endif -#endif -#ifdef WNT -#include <malloc.h> -#define alloca _alloca -#endif +#include <sal/alloca.h> + #include <ctype.h> #include <rtl/byteseq.hxx> #ifndef _RTL_TEXTENC_H |