summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2002-08-27 12:43:55 +0000
committerSander Vesik <svesik@openoffice.org>2002-08-27 12:43:55 +0000
commit45dcb7b34ad7da824cd9f18664fd40732dc19046 (patch)
tree6dfd51d217928575a17dc1cc35345b1ba6b58d7f /bridges
parent18c6d1062bfe6cd288b5720ef6cda0cc807ec5c5 (diff)
Merge from OOO_STABLE_1 to HEAD
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/remote/urp/urp_dispatch.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/remote/urp/urp_dispatch.cxx b/bridges/source/remote/urp/urp_dispatch.cxx
index 5a7573d840a7..6ae9cc873442 100644
--- a/bridges/source/remote/urp/urp_dispatch.cxx
+++ b/bridges/source/remote/urp/urp_dispatch.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: urp_dispatch.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: jbu $ $Date: 2001-12-10 18:55:31 $
+ * last change: $Author: svesik $ $Date: 2002-08-27 13:43:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,7 +58,7 @@
*
*
************************************************************************/
-#ifdef SOLARIS
+#if defined(SOLARIS) || defined(IRIX)
#include <alloca.h>
#elif MACOSX
#include <sys/types.h>