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