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

(-)source/rscpp/cpp3.c (+3 lines)
Lines 82-88 Link Here
82
#ifdef IRIX
82
#ifdef IRIX
83
extern void 	abort(void);
83
extern void 	abort(void);
84
#else
84
#else
85
#ifdef MACOSX // [ed] 6/15/02 Use system provided definition
86
#else
85
extern int      abort();                /* For debugging                */
87
extern int      abort();                /* For debugging                */
88
#endif
86
#endif
89
#endif
87
#endif
90
#endif
88
91

Return to issue 5877