diff options
Diffstat (limited to 'gcc/ada/indepsw.ads')
-rw-r--r-- | gcc/ada/indepsw.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/indepsw.ads b/gcc/ada/indepsw.ads index 4db3bcef90c..7296291b35d 100644 --- a/gcc/ada/indepsw.ads +++ b/gcc/ada/indepsw.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2004 Free Software Foundation, Inc. -- +-- Copyright (C) 2004-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- -- @@ -56,7 +56,7 @@ package Indepsw is -- for the platform; in this case, To is set to null. function Is_Supported (Switch : Switch_Kind) return Boolean; - -- Return True for each independent switch supported by the platform. + -- Return True for each independent switch supported by the platform private -- Default warning messages when the switches are not supported by the |