diff options
Diffstat (limited to 'gcc/ada/a-decima.adb')
-rw-r--r-- | gcc/ada/a-decima.adb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/a-decima.adb b/gcc/ada/a-decima.adb index 80be38f920d..274db5ae17f 100644 --- a/gcc/ada/a-decima.adb +++ b/gcc/ada/a-decima.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- -- @@ -38,8 +38,8 @@ package body Ada.Decimal is ------------ procedure Divide - (Dividend : in Dividend_Type; - Divisor : in Divisor_Type; + (Dividend : Dividend_Type; + Divisor : Divisor_Type; Quotient : out Quotient_Type; Remainder : out Remainder_Type) is @@ -48,8 +48,8 @@ package body Ada.Decimal is -- not have convention Intrinsic. procedure Divide - (Dividend : in Dividend_Type; - Divisor : in Divisor_Type; + (Dividend : Dividend_Type; + Divisor : Divisor_Type; Quotient : out Quotient_Type; Remainder : out Remainder_Type); |