View | Details | Raw Unified | Return to issue 2506
Collapse All | Expand All

(-)/projects/sise/openoffice/devel/workpits/641-irix-gcc-STLP/source/rsc/source//rscpp/cpp3.c (+4 lines)
Lines 79-85 Link Here
79
79
80
#if defined(DEBUG) && (HOST == SYS_VMS || HOST == SYS_UNIX)
80
#if defined(DEBUG) && (HOST == SYS_VMS || HOST == SYS_UNIX)
81
#include        <signal.h>
81
#include        <signal.h>
82
#ifdef IRIX
83
extern void 	abort(void);
84
#else
82
extern int      abort();                /* For debugging                */
85
extern int      abort();                /* For debugging                */
86
#endif
83
#endif
87
#endif
84
88
85
void InitCpp3()
89
void InitCpp3()

Return to issue 2506