summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-18 14:12:15 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-18 14:12:15 +0000
commitbb32f684c7a3c2a8ce48a02511e47d2572fdf30a (patch)
tree8ea9788b710d629bb535b56e5387f4386aed85e8 /transex3
parent8ee59249dec66435b947fd8ae4f499b608481fb4 (diff)
INTEGRATION: CWS pj16 (1.5.8); FILE MERGED
2005/01/09 16:42:00 pjanik 1.5.8.1: #i40184#: FreeBSD doesn't have alloca.h.
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/xmlparse.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/xmlparse.cxx b/transex3/source/xmlparse.cxx
index d20df825c4b3..2b73b2c06387 100644
--- a/transex3/source/xmlparse.cxx
+++ b/transex3/source/xmlparse.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlparse.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2005-01-13 19:18:18 $
+ * last change: $Author: kz $ $Date: 2005-01-18 15:12:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
#ifdef WIN32
#include <malloc.h>
#else
-#ifndef MACOSX
+#if !(defined(MACOSX) || defined(FREEBSD))
#include <alloca.h>
#endif
#endif