diff options
author | Sander Vesik <svesik@openoffice.org> | 2001-04-09 12:38:14 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2001-04-09 12:38:14 +0000 |
commit | dac0b6b6c4ab3abb2fc3ea43b85458d8b6e064f9 (patch) | |
tree | 63d1a2ac30499fb1343cc0e6533c0c4cf02019a0 /stoc/source/corereflection | |
parent | c5c21ff0fd9dc4bdcac80e03e1811279c7622fad (diff) |
Move the summary of 619 and 625 changes to the trunk
Diffstat (limited to 'stoc/source/corereflection')
-rw-r--r-- | stoc/source/corereflection/criface.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/corereflection/criface.cxx b/stoc/source/corereflection/criface.cxx index aef7708d5540..17224b87c6a6 100644 --- a/stoc/source/corereflection/criface.cxx +++ b/stoc/source/corereflection/criface.cxx @@ -2,9 +2,9 @@ * * $RCSfile: criface.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: pluby $ $Date: 2001-03-14 05:35:02 $ + * last change: $Author: svesik $ $Date: 2001-04-09 13:38:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,7 +61,7 @@ #include <sal/config.h> #ifdef SAL_UNX -#ifndef MACOSX +#if !(defined(MACOSX) || defined(NETBSD) || defined(FREEBSD)) #include <alloca.h> #endif #endif |