diff options
Diffstat (limited to 'gcc/ada/a-decima.ads')
-rw-r--r-- | gcc/ada/a-decima.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-decima.ads b/gcc/ada/a-decima.ads index 9fdbaa292ea..5ce1a4b0727 100644 --- a/gcc/ada/a-decima.ads +++ b/gcc/ada/a-decima.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2006, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -58,8 +58,8 @@ package Ada.Decimal is type Remainder_Type is delta <> digits <>; procedure Divide - (Dividend : in Dividend_Type; - Divisor : in Divisor_Type; + (Dividend : Dividend_Type; + Divisor : Divisor_Type; Quotient : out Quotient_Type; Remainder : out Remainder_Type); |