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