From ce4b65fa401e6047c50651a4b32a58f6b9f818a4 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 16 Jan 2006 11:57:32 +0000 Subject: 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# --- basic/source/runtime/iosys.cxx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'basic') 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 -#endif -#endif -#ifdef WNT -#include -#define alloca _alloca -#endif +#include + #include #include #ifndef _RTL_TEXTENC_H -- cgit