summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-11-05 13:43:03 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-11-05 13:43:03 +0000
commitf16282300c1dc099e9e86e4600ebab3a76c7afc3 (patch)
treedfabeb763bf7de341b4c9baab710fad288b34b06 /rsc
parent2f782c599c08c05af451416e3b0f0cf57d54009b (diff)
#94297# removed nonfunctional IRIX define
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/rscpp/cpp3.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/rsc/source/rscpp/cpp3.c b/rsc/source/rscpp/cpp3.c
index 25d8e7f0fad5..729266e74a88 100644
--- a/rsc/source/rscpp/cpp3.c
+++ b/rsc/source/rscpp/cpp3.c
@@ -2,9 +2,9 @@
*
* $RCSfile: cpp3.c,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: svesik $ $Date: 2001-07-13 22:07:49 $
+ * last change: $Author: pl $ $Date: 2001-11-05 14:43:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,11 +79,7 @@ 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 int abort(); /* For debugging */
-#else
-extern int abort(); /* For debugging */
-#endif
#endif
void InitCpp3()