diff options
| author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-06 18:42:56 +0000 |
|---|---|---|
| committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-06 18:42:56 +0000 |
| commit | 4c0addd8bc9b2b763393a89fe158ec19dbd49a89 (patch) | |
| tree | 501bce4dc2816ccf040017d98f85edd1c76448b7 | |
| parent | f479a6f23ab65c08f958f9b041f95d30bf8210e2 (diff) | |
| download | ppe42-gcc-4c0addd8bc9b2b763393a89fe158ec19dbd49a89.tar.gz ppe42-gcc-4c0addd8bc9b2b763393a89fe158ec19dbd49a89.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50367 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libf2c/ChangeLog | 6 | ||||
| -rw-r--r-- | libf2c/libF77/Version.c | 2 | ||||
| -rw-r--r-- | libf2c/libI77/Version.c | 2 | ||||
| -rw-r--r-- | libf2c/libU77/Version.c | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 29144c5ecf6..b6366207d7a 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -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> * aclocal.m4: Replace with version copied from libstdc++-v3. diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index 8414697223b..f308e596a6d 100644 --- a/libf2c/libF77/Version.c +++ b/libf2c/libF77/Version.c @@ -1,4 +1,4 @@ - static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n"; +static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n"; /* */ diff --git a/libf2c/libI77/Version.c b/libf2c/libI77/Version.c index 53053a95623..0d07746b204 100644 --- a/libf2c/libI77/Version.c +++ b/libf2c/libI77/Version.c @@ -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"; /* */ diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 27fb8813817..05585eb95cb 100644 --- a/libf2c/libU77/Version.c +++ b/libf2c/libU77/Version.c @@ -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)"; |

