mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 23:35:35 +08:00
977c98c2db
From-SVN: r50095
13 lines
289 B
C
13 lines
289 B
C
static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
|
|
|
|
char __G77_LIBU77_VERSION__[] = "3.2 20020227 (experimental)";
|
|
|
|
#include <stdio.h>
|
|
|
|
void
|
|
g77__uvers__ ()
|
|
{
|
|
fprintf (stderr, "__G77_LIBU77_VERSION__: %s", __G77_LIBU77_VERSION__);
|
|
fputs (junk, stderr);
|
|
}
|