mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-25 15:40:50 +08:00
Version.c: Fix misplaced leading blanks on first line.
2002-03-06 Phil Edwards <pme@gcc.gnu.org> * libF77/Version.c: Fix misplaced leading blanks on first line. * libI77/Version.c: Likewise. * libU77/Version.c: Likewise. From-SVN: r50367
This commit is contained in:
parent
f2b958b159
commit
b87e4a4c6f
@ -1,3 +1,9 @@
|
|||||||
|
2002-03-06 Phil Edwards <pme@gcc.gnu.org>
|
||||||
|
|
||||||
|
* libF77/Version.c: Fix misplaced leading blanks on first line.
|
||||||
|
* libI77/Version.c: Likewise.
|
||||||
|
* libU77/Version.c: Likewise.
|
||||||
|
|
||||||
2002-01-28 Geoffrey Keating <geoffk@redhat.com>
|
2002-01-28 Geoffrey Keating <geoffk@redhat.com>
|
||||||
|
|
||||||
* aclocal.m4: Replace with version copied from libstdc++-v3.
|
* aclocal.m4: Replace with version copied from libstdc++-v3.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
|
static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
|
static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
|
static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
|
||||||
|
|
||||||
char __G77_LIBU77_VERSION__[] = "3.2 20020306 (experimental)";
|
char __G77_LIBU77_VERSION__[] = "3.2 20020306 (experimental)";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user