diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2021-05-11 09:44:05 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@adacore.com> | 2021-05-11 09:44:05 +0200 |
commit | 15e6b45c9ad5fcbbf8dab480764cf77ef995430d (patch) | |
tree | 6863357695177eac57a5e50ffbc6f1357049fc3a /gcc/ada/version.c | |
parent | 98acbb3111fcb5e57d5e63d46c0d92f4e53e3c2a (diff) | |
download | gcc-15e6b45c9ad5fcbbf8dab480764cf77ef995430d.zip gcc-15e6b45c9ad5fcbbf8dab480764cf77ef995430d.tar.gz gcc-15e6b45c9ad5fcbbf8dab480764cf77ef995430d.tar.bz2 |
Further minor fixes
gcc/ada/
* gnatvsn.adb (Version_String): Rename to...
(C_Version_String): ...this.
(Gnat_Version_String): Adjust to above renaming.
* version.c : Fix formatting glitches.
Diffstat (limited to 'gcc/ada/version.c')
-rw-r--r-- | gcc/ada/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/version.c b/gcc/ada/version.c index e6cc612..5e64edd 100644 --- a/gcc/ada/version.c +++ b/gcc/ada/version.c @@ -2,11 +2,11 @@ * * * GNAT COMPILER COMPONENTS * * * - * V E R S I O N * + * V E R S I O N * * * * C Implementation File * * * - * Copyright (C) 2021, Free Software Foundation, Inc. * + * Copyright (C) 2021, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * |