1998-02-01 02:37:08 +01:00
|
|
|
#include <stdio.h>
|
|
|
|
#include "f2c.h"
|
|
|
|
|
2002-06-01 14:38:32 +02:00
|
|
|
extern void sig_die (char *, int);
|
1998-02-01 02:37:08 +01:00
|
|
|
|
2002-06-01 14:38:32 +02:00
|
|
|
int
|
|
|
|
G77_abort_0 (void)
|
1998-02-01 02:37:08 +01:00
|
|
|
{
|
2002-06-01 14:38:32 +02:00
|
|
|
sig_die ("Fortran abort routine called", 1);
|
|
|
|
return 0; /* not reached */
|
1998-02-01 02:37:08 +01:00
|
|
|
}
|