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