summaryrefslogtreecommitdiff
path: root/libf2c/libF77/i_mod.c
diff options
context:
space:
mode:
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-15 16:52:49 +0000
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-15 16:52:49 +0000
commitb1fd5525e274332bd0e31857577e289d4ca5d6df (patch)
tree5f8cfd6717d2fc2edd87b592618718293587582c /libf2c/libF77/i_mod.c
parent168db9a49e48291c6db2a1bb3960385dabcf3fe7 (diff)
downloadgcc-b1fd5525e274332bd0e31857577e289d4ca5d6df.tar.gz
2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
* libf2c: Removed. * gcc/gccbug.in: Updated because of libf2c removal. * maintainer-scripts/gcc_release: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84759 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/libF77/i_mod.c')
-rw-r--r--libf2c/libF77/i_mod.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libf2c/libF77/i_mod.c b/libf2c/libF77/i_mod.c
deleted file mode 100644
index 7ed7b391c19..00000000000
--- a/libf2c/libF77/i_mod.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "f2c.h"
-
-integer
-i_mod (integer * a, integer * b)
-{
- return (*a % *b);
-}