summaryrefslogtreecommitdiff
path: root/stoc/source
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-03-14 04:35:02 +0000
committerPatrick Luby <pluby@openoffice.org>2001-03-14 04:35:02 +0000
commit8a8d0f0aaf816be981d2350e2da9621dc9332371 (patch)
tree9387648c227cb169b889f89bb69fe071439e879d /stoc/source
parent7a63c7bb3b794e9ddedeee07bbf3f710708ec1f6 (diff)
Added #ifndef MACOSX
Diffstat (limited to 'stoc/source')
-rw-r--r--stoc/source/corereflection/criface.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/stoc/source/corereflection/criface.cxx b/stoc/source/corereflection/criface.cxx
index 357e128250ea..aef7708d5540 100644
--- a/stoc/source/corereflection/criface.cxx
+++ b/stoc/source/corereflection/criface.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: criface.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jl $ $Date: 2001-03-12 15:32:15 $
+ * last change: $Author: pluby $ $Date: 2001-03-14 05:35:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,7 +65,9 @@
#include <alloca.h>
#endif
#endif
+#ifndef MACOSX
#include <malloc.h>
+#endif
#ifndef _RTL_ALLOC_H_
#include <rtl/alloc.h>
#endif