diff options
Diffstat (limited to 'gcc/ada/a-colien.adb')
-rw-r--r-- | gcc/ada/a-colien.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/a-colien.adb b/gcc/ada/a-colien.adb index 0f76ad1a960..881fb0c32f4 100644 --- a/gcc/ada/a-colien.adb +++ b/gcc/ada/a-colien.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1996-2005 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- -- @@ -32,6 +32,7 @@ ------------------------------------------------------------------------------ with System; + package body Ada.Command_Line.Environment is ----------------------- |