gcc/libf2c/libF77/abort_.c
Kaveh R. Ghazi 4d85a6fea6 *: Delete KR_headers cruft.
* libF77/*: Delete KR_headers cruft.
	* libI77/*: Likewise.
	* libU77/*: Likewise.

From-SVN: r54132
2002-06-01 01:53:53 +00:00

11 lines
169 B
C

#include <stdio.h>
#include "f2c.h"
extern void sig_die(char*,int);
int G77_abort_0 (void)
{
sig_die("Fortran abort routine called", 1);
return 0; /* not reached */
}