summaryrefslogtreecommitdiff
path: root/rsc/source
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2002-01-02 11:06:59 +0000
committerSander Vesik <svesik@openoffice.org>2002-01-02 11:06:59 +0000
commit9807caa5e91e8b4abf208d9d159b45aa3cc6a274 (patch)
tree1cadaaf5238c0ad289acf902909495da583eafc2 /rsc/source
parent5f885a9aa718973f5ee3572a971bdde77423db52 (diff)
Merge change from OO641C to HEAD
Diffstat (limited to 'rsc/source')
-rw-r--r--rsc/source/rscpp/cpp3.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/rsc/source/rscpp/cpp3.c b/rsc/source/rscpp/cpp3.c
index 729266e74a88..0afacd6174a9 100644
--- a/rsc/source/rscpp/cpp3.c
+++ b/rsc/source/rscpp/cpp3.c
@@ -2,9 +2,9 @@
*
* $RCSfile: cpp3.c,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pl $ $Date: 2001-11-05 14:43:03 $
+ * last change: $Author: svesik $ $Date: 2002-01-02 12:06:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,8 +79,12 @@ int AddInclude( char *pIncStr ); /* BP, 11.09.91, Forward-Deklaration */
#if defined(DEBUG) && (HOST == SYS_VMS || HOST == SYS_UNIX)
#include <signal.h>
+#ifdef IRIX
+extern void abort(void);
+#else
extern int abort(); /* For debugging */
#endif
+#endif
void InitCpp3()
{