]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libf2c/libF77/i_mod.c
Imported gcc-4.4.3
[msp430-gcc.git] / libf2c / libF77 / i_mod.c
diff --git a/libf2c/libF77/i_mod.c b/libf2c/libF77/i_mod.c
deleted file mode 100644 (file)
index 6937c42..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "f2c.h"
-
-#ifdef KR_headers
-integer i_mod(a,b) integer *a, *b;
-#else
-integer i_mod(integer *a, integer *b)
-#endif
-{
-return( *a % *b);
-}