diff options
Diffstat (limited to 'gcc/ada/gnatprep.adb')
-rw-r--r-- | gcc/ada/gnatprep.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/gnatprep.adb b/gcc/ada/gnatprep.adb index 3e5d30b5054..47903e5954f 100644 --- a/gcc/ada/gnatprep.adb +++ b/gcc/ada/gnatprep.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1996-2003, Free Software Foundation, Inc. -- +-- Copyright (C) 1996-2005, 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- -- @@ -29,6 +29,7 @@ with GPrep; procedure GNATprep is pragma Ident (Gnatvsn.Gnat_Static_Version_String); + begin -- Everything is done in GPrep |