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