diff options
Diffstat (limited to 'gcc/ada/s-exnllf.ads')
-rw-r--r-- | gcc/ada/s-exnllf.ads | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/s-exnllf.ads b/gcc/ada/s-exnllf.ads index 59575b0e088..ba2828277b7 100644 --- a/gcc/ada/s-exnllf.ads +++ b/gcc/ada/s-exnllf.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2009 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2012, 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- -- @@ -36,7 +36,6 @@ package System.Exn_LLF is function Exn_Long_Long_Float (Left : Long_Long_Float; - Right : Integer) - return Long_Long_Float; + Right : Integer) return Long_Long_Float; end System.Exn_LLF; |