summaryrefslogtreecommitdiff
path: root/gcc/ada/s-valboo.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-valboo.ads')
-rw-r--r--gcc/ada/s-valboo.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-valboo.ads b/gcc/ada/s-valboo.ads
index 0e7cc5c4493..e08d337f58f 100644
--- a/gcc/ada/s-valboo.ads
+++ b/gcc/ada/s-valboo.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992,1993,1994 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_Bool is
-pragma Pure (Val_Bool);
+ pragma Pure;
function Value_Boolean (Str : String) return Boolean;
-- Computes Boolean'Value (Str).