summaryrefslogtreecommitdiff
path: root/gcc/ada/s-imgwch.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-imgwch.ads')
-rw-r--r--gcc/ada/s-imgwch.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-imgwch.ads b/gcc/ada/s-imgwch.ads
index 3dbff97b7a5..dbcfb07cf2f 100644
--- a/gcc/ada/s-imgwch.ads
+++ b/gcc/ada/s-imgwch.ads
@@ -34,7 +34,7 @@
-- Wide_[Wide_]Character'Image
package System.Img_WChar is
-pragma Pure (Img_WChar);
+ pragma Pure;
function Image_Wide_Character (V : Wide_Character) return String;
-- Computes Wide_Character'Image (V) and returns the computed result