OSDN Git Service

2007-04-20 Ed Schonberg <schonberg@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / a-decima.adb
index c255efa..274db5a 100644 (file)
@@ -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);