diff options
Diffstat (limited to 'gcc/ada/eval_fat.adb')
-rw-r--r-- | gcc/ada/eval_fat.adb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/eval_fat.adb b/gcc/ada/eval_fat.adb index 99db7769b1a..1801217cc1e 100644 --- a/gcc/ada/eval_fat.adb +++ b/gcc/ada/eval_fat.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- -- @@ -52,7 +52,7 @@ package body Eval_Fat is procedure Decompose (RT : R; - X : in T; + X : T; Fraction : out T; Exponent : out UI; Mode : Rounding_Mode := Round); @@ -63,7 +63,7 @@ package body Eval_Fat is procedure Decompose_Int (RT : R; - X : in T; + X : T; Fraction : out UI; Exponent : out UI; Mode : Rounding_Mode); @@ -148,7 +148,7 @@ package body Eval_Fat is procedure Decompose (RT : R; - X : in T; + X : T; Fraction : out T; Exponent : out UI; Mode : Rounding_Mode := Round) @@ -182,7 +182,7 @@ package body Eval_Fat is procedure Decompose_Int (RT : R; - X : in T; + X : T; Fraction : out UI; Exponent : out UI; Mode : Rounding_Mode) |