diff options
Diffstat (limited to 'gcc/ada/mlib-utl.ads')
-rw-r--r-- | gcc/ada/mlib-utl.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/mlib-utl.ads b/gcc/ada/mlib-utl.ads index bb38c8018b2..0050110bf99 100644 --- a/gcc/ada/mlib-utl.ads +++ b/gcc/ada/mlib-utl.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2001-2005, AdaCore -- +-- Copyright (C) 2001-2006, 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- -- @@ -29,7 +29,7 @@ package MLib.Utl is - procedure Delete_File (Filename : in String); + procedure Delete_File (Filename : String); -- Delete the file Filename -- Why is this different from the standard OS_Lib routine??? |