diff options
Diffstat (limited to 'gcc/ada/s-valuns.ads')
-rw-r--r-- | gcc/ada/s-valuns.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-valuns.ads b/gcc/ada/s-valuns.ads index a4dc349b627..88f609e7b5b 100644 --- a/gcc/ada/s-valuns.ads +++ b/gcc/ada/s-valuns.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992,1993,1994,1995,1996 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2005 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- -- @@ -37,7 +37,7 @@ with System.Unsigned_Types; package System.Val_Uns is -pragma Pure (Val_Uns); + pragma Pure; function Scan_Unsigned (Str : String; |