aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-valcha.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-valcha.ads')
-rw-r--r--gcc/ada/s-valcha.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-valcha.ads b/gcc/ada/s-valcha.ads
index bd6a3a6..903ba53 100644
--- a/gcc/ada/s-valcha.ads
+++ b/gcc/ada/s-valcha.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2000 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- --
@@ -32,7 +32,7 @@
------------------------------------------------------------------------------
package System.Val_Char is
-pragma Pure (Val_Char);
+ pragma Pure;
function Value_Character (Str : String) return Character;
-- Computes Character'Value (Str).