diff options
Diffstat (limited to 'gcc/ada/s-vallld.ads')
-rw-r--r-- | gcc/ada/s-vallld.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-vallld.ads b/gcc/ada/s-vallld.ads index 7022669dfcd..caed56e21b5 100644 --- a/gcc/ada/s-vallld.ads +++ b/gcc/ada/s-vallld.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. -- -- -- -- 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- -- @@ -40,7 +40,7 @@ package System.Val_LLD is function Scan_Long_Long_Decimal (Str : String; - Ptr : access Integer; + Ptr : not null access Integer; Max : Integer; Scale : Integer) return Long_Long_Integer; -- This function scans the string starting at Str (Ptr.all) for a valid |