diff options
Diffstat (limited to 'gcc/ada/mlib-fil.ads')
-rw-r--r-- | gcc/ada/mlib-fil.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/mlib-fil.ads b/gcc/ada/mlib-fil.ads index f72587bf6e5..44460ca0d9c 100644 --- a/gcc/ada/mlib-fil.ads +++ b/gcc/ada/mlib-fil.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2001, Ada Core Technologies, Inc. -- +-- Copyright (C) 2001-2005, AdaCore -- -- -- -- 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,10 +32,10 @@ package MLib.Fil is (Filename : String; New_Ext : String := "") return String; - -- Return Filename with the extension change to New_Ext. + -- Return Filename with the extension change to New_Ext function Get_Ext (Filename : String) return String; - -- Return extension of filename. + -- Return extension of filename function Is_Archive (Filename : String) return Boolean; -- Test if filename is an archive |