diff options
Diffstat (limited to 'libf2c/libF77/c_div.c')
-rw-r--r-- | libf2c/libF77/c_div.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libf2c/libF77/c_div.c b/libf2c/libF77/c_div.c index 4d153b4c4af..20763a3d69e 100644 --- a/libf2c/libF77/c_div.c +++ b/libf2c/libF77/c_div.c @@ -1,13 +1,7 @@ #include "f2c.h" -#ifdef KR_headers -extern VOID sig_die(); -VOID c_div(c, a, b) -complex *a, *b, *c; -#else extern void sig_die(char*,int); void c_div(complex *c, complex *a, complex *b) -#endif { double ratio, den; double abr, abi, cr; |