* gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
[official-gcc.git] / libf2c / libU77 / Version.c
blobb3276525d7e40b84c317662609bd33b0c6c49d10
1 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
3 char __G77_LIBU77_VERSION__[] = "0.5.27 20010505 (experimental)";
5 #include <stdio.h>
7 void
8 g77__uvers__ ()
10 fprintf (stderr, "__G77_LIBU77_VERSION__: %s", __G77_LIBU77_VERSION__);
11 fputs (junk, stderr);