]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libf2c/libU77/Version.c
Imported gcc-4.4.3
[msp430-gcc.git] / libf2c / libU77 / Version.c
diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c
deleted file mode 100644 (file)
index 39e6b8b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
-
-char __G77_LIBU77_VERSION__[] = "3.2.2 20030422 (release)";
-
-#include <stdio.h>
-
-void
-g77__uvers__ ()
-{
-  fprintf (stderr, "__G77_LIBU77_VERSION__: %s", __G77_LIBU77_VERSION__);
-  fputs (junk, stderr);
-}