summaryrefslogtreecommitdiff
path: root/gcc/ada/s-imgboo.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-imgboo.ads')
-rw-r--r--gcc/ada/s-imgboo.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-imgboo.ads b/gcc/ada/s-imgboo.ads
index ca035707886..3723f585fca 100644
--- a/gcc/ada/s-imgboo.ads
+++ b/gcc/ada/s-imgboo.ads
@@ -34,7 +34,7 @@
-- Boolean'Image
package System.Img_Bool is
-pragma Pure (Img_Bool);
+ pragma Pure;
function Image_Boolean (V : Boolean) return String;
-- Computes Boolean'Image (V) and returns the result.