summaryrefslogtreecommitdiffstats
path: root/lib/libF77/d_int.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-21 16:43:03 +0000
committerobrien <obrien@FreeBSD.org>1999-04-21 16:43:03 +0000
commit947085f7082572209374107061ccfc79a12a7397 (patch)
tree37660d67894f66b335d19dab8b118860ed9b4aee /lib/libF77/d_int.c
parentb77bb336f91d563c94043b1d50ae78da2d23490c (diff)
downloadFreeBSD-src-947085f7082572209374107061ccfc79a12a7397.zip
FreeBSD-src-947085f7082572209374107061ccfc79a12a7397.tar.gz
Remove the old libf2c. libg2c is now serving us well.
Diffstat (limited to 'lib/libF77/d_int.c')
-rw-r--r--lib/libF77/d_int.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/libF77/d_int.c b/lib/libF77/d_int.c
deleted file mode 100644
index 6c0e642..0000000
--- a/lib/libF77/d_int.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "f2c.h"
-
-#ifdef KR_headers
-double floor();
-double d_int(x) doublereal *x;
-#else
-#undef abs
-#include "math.h"
-double d_int(doublereal *x)
-#endif
-{
-return( (*x>0) ? floor(*x) : -floor(- *x) );
-}
OpenPOWER on IntegriCloud