aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/runtime/libF77/d_imag.c
diff options
context:
space:
mode:
authorNo Author <no-author@gcc.gnu.org>1998-03-22 09:42:52 +0000
committerNo Author <no-author@gcc.gnu.org>1998-03-22 09:42:52 +0000
commita015f0328193666b8c8e79cbd4f2e0370ca76974 (patch)
tree856efc13c6c3ca9aef68a1116fd8b6666a610408 /gcc/f/runtime/libF77/d_imag.c
parent5aff8e796871e8cf53bded3a439b4fcec810a6f4 (diff)
This commit was manufactured by cvs2svn to create tag 'g77_0_5_22'.releases/g77-0.5.22
From-SVN: r18752
Diffstat (limited to 'gcc/f/runtime/libF77/d_imag.c')
-rw-r--r--gcc/f/runtime/libF77/d_imag.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/f/runtime/libF77/d_imag.c b/gcc/f/runtime/libF77/d_imag.c
deleted file mode 100644
index 793a3f9c405..00000000000
--- a/gcc/f/runtime/libF77/d_imag.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "f2c.h"
-
-#ifdef KR_headers
-double d_imag(z) doublecomplex *z;
-#else
-double d_imag(doublecomplex *z)
-#endif
-{
-return(z->i);
-}