summaryrefslogtreecommitdiff
path: root/gcc/ada/exp_imgv.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/exp_imgv.ads')
-rw-r--r--gcc/ada/exp_imgv.ads8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ada/exp_imgv.ads b/gcc/ada/exp_imgv.ads
index 913920a730f..27b2452ab4e 100644
--- a/gcc/ada/exp_imgv.ads
+++ b/gcc/ada/exp_imgv.ads
@@ -73,6 +73,14 @@ package Exp_Imgv is
-- This procedure is called from Exp_Attr to expand an occurrence
-- of the attribute Image.
+ procedure Expand_Wide_Image_Attribute (N : Node_Id);
+ -- This procedure is called from Exp_Attr to expand an occurrence
+ -- of the attribute Wide_Image.
+
+ procedure Expand_Wide_Wide_Image_Attribute (N : Node_Id);
+ -- This procedure is called from Exp_Attr to expand an occurrence
+ -- of the attribute Wide_Wide_Image.
+
procedure Expand_Value_Attribute (N : Node_Id);
-- This procedure is called from Exp_Attr to expand an occurrence
-- of the attribute Value.