From 9807caa5e91e8b4abf208d9d159b45aa3cc6a274 Mon Sep 17 00:00:00 2001 From: Sander Vesik Date: Wed, 2 Jan 2002 11:06:59 +0000 Subject: Merge change from OO641C to HEAD --- rsc/source/rscpp/cpp3.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'rsc/source') 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 +#ifdef IRIX +extern void abort(void); +#else extern int abort(); /* For debugging */ #endif +#endif void InitCpp3() { -- cgit