diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-16 12:27:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-16 12:27:51 +0000 |
commit | c32ac2e46de484805d0a0181dc99859860a52a96 (patch) | |
tree | 59c32d63b101b1a421dfb5c226ba27e37e86dd43 /stoc | |
parent | 269217bdf530332e6dc7fcb5eed7280f0366119e (diff) |
INTEGRATION: CWS allocacleanup (1.12.12); FILE MERGED
2005/11/06 09:34:15 maho 1.12.12.1: use sal/alloca.h instead od alloca.h
Issue number: #i53286#
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/corereflection/criface.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/stoc/source/corereflection/criface.cxx b/stoc/source/corereflection/criface.cxx index a327deca34e0..724ab7b72ba9 100644 --- a/stoc/source/corereflection/criface.cxx +++ b/stoc/source/corereflection/criface.cxx @@ -4,9 +4,9 @@ * * $RCSfile: criface.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-08 07:53:17 $ + * last change: $Author: obo $ $Date: 2006-01-16 13:27:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,9 +35,7 @@ #include <sal/config.h> #ifdef SAL_UNX -#if !(defined(MACOSX) || defined(NETBSD) || defined(FREEBSD)) -#include <alloca.h> -#endif +#include <sal/alloca.h> #endif #if !(defined(MACOSX) || defined(FREEBSD)) #include <malloc.h> |