diff options
Diffstat (limited to 'gcc/ada/s-valuti.ads')
-rw-r--r-- | gcc/ada/s-valuti.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-valuti.ads b/gcc/ada/s-valuti.ads index 55d98f59a0b..f7073ae97d1 100644 --- a/gcc/ada/s-valuti.ads +++ b/gcc/ada/s-valuti.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- -- @@ -34,7 +34,7 @@ -- This package provides some common utilities used by the s-valxxx files package System.Val_Util is -pragma Pure (Val_Util); + pragma Pure; procedure Normalize_String (S : in out String; |