diff options
Diffstat (limited to 'gcc/ada/krunch.adb')
-rw-r--r-- | gcc/ada/krunch.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/krunch.adb b/gcc/ada/krunch.adb index b5e8c67b5ae..53d6285f410 100644 --- a/gcc/ada/krunch.adb +++ b/gcc/ada/krunch.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2005 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-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- -- @@ -32,6 +32,7 @@ ------------------------------------------------------------------------------ with Hostparm; + procedure Krunch (Buffer : in out String; Len : in out Natural; |