summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/sax_expat.cxx
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2001-05-02 00:18:24 +0000
committerSander Vesik <svesik@openoffice.org>2001-05-02 00:18:24 +0000
commite750c8f3a0c67719d69320030b2a06660272564a (patch)
tree5d0e8320cfff8c9232bba6b057a822b19826762b /sax/source/expatwrap/sax_expat.cxx
parentad0431d77d4a22da80f5053946bf38ed2bf0ee38 (diff)
Merge from OO619B
Diffstat (limited to 'sax/source/expatwrap/sax_expat.cxx')
-rw-r--r--sax/source/expatwrap/sax_expat.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx
index 423b63860e8a..0cbea4f8b577 100644
--- a/sax/source/expatwrap/sax_expat.cxx
+++ b/sax/source/expatwrap/sax_expat.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sax_expat.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jl $ $Date: 2001-03-23 14:01:06 $
+ * last change: $Author: svesik $ $Date: 2001-05-02 01:18:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,7 +63,7 @@
#ifdef WIN32
#include <malloc.h>
#else
-#ifndef MACOSX
+#if !(defined(MACOSX) || defined(NETBSD) || defined(FREEBSD))
#include <alloca.h>
#endif
#endif