* lib/objc.exp: Add -lposix4 on Solaris 2.8.
[official-gcc.git] / libf2c / libF77 / abort_.c
blobf0c2f8df3599ee0ea8ec5abf10e875d6cefd3660
1 #include <stdio.h>
2 #include "f2c.h"
4 #ifdef KR_headers
5 extern VOID sig_die();
7 int G77_abort_0 ()
8 #else
9 extern void sig_die(char*,int);
11 int G77_abort_0 (void)
12 #endif
14 sig_die("Fortran abort routine called", 1);
15 return 0; /* not reached */