INTEGRATION: CWS allocacleanup (1.29.10); FILE MERGED

2005/11/06 08:59:10 maho 1.29.10.1: use #include <sal/alloca.h> instead of <alloca.h>
or something like that.

Issue number:  #i53286#
This commit is contained in:
Oliver Bolte
2006-01-16 12:11:26 +00:00
parent 53cdc0c604
commit fae5892484

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: typelib.cxx,v $
*
* $Revision: 1.29 $
* $Revision: 1.30 $
*
* last change: $Author: rt $ $Date: 2005-09-08 08:49:47 $
* last change: $Author: obo $ $Date: 2006-01-16 13:11:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,15 +41,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#if defined(MACOSX) || defined(FREEBSD)
#include <sys/types.h>
#include <sys/malloc.h>
#else
#include <malloc.h>
#endif
#if defined(SOLARIS) || defined(IRIX)
#include <alloca.h>
#endif
#include <sal/alloca.h>
#include <new>
#ifndef _OSL_INTERLCK_H_