diff options
Diffstat (limited to 'gcc/ada/mdll.adb')
-rw-r--r-- | gcc/ada/mdll.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/mdll.adb b/gcc/ada/mdll.adb index a9cf026083b..2e7ae46ee9e 100644 --- a/gcc/ada/mdll.adb +++ b/gcc/ada/mdll.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2006, 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- -- @@ -483,7 +483,7 @@ package body MDLL is -- Get_Dll_Name -- ------------------ - function Get_Dll_Name (Lib_Filename : in String) return String is + function Get_Dll_Name (Lib_Filename : String) return String is begin if MDLL.Fil.Get_Ext (Lib_Filename) = "" then return Lib_Filename & ".dll"; |