OSDN Git Service

./:
[pf3gnuchains/gcc-fork.git] / gcc / ada / s-valdec.ads
index 43713fa..61d9c07 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---   Copyright (C) 1992,1993,1994,1995,1996 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- --
 --  Decimal_IO, and the Value attribute for such decimal types.
 
 package System.Val_Dec is
-pragma Pure (Val_Dec);
+   pragma Pure;
 
    function Scan_Decimal
      (Str   : String;
-      Ptr   : access Integer;
+      Ptr   : not null access Integer;
       Max   : Integer;
-      Scale : Integer)
-      return  Integer;
+      Scale : Integer) return Integer;
    --  This function scans the string starting at Str (Ptr.all) for a valid
    --  real literal according to the syntax described in (RM 3.5(43)). The
    --  substring scanned extends no further than Str (Max). There are three