aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/disp_tree.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/disp_tree.ads')
-rw-r--r--src/vhdl/disp_tree.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/disp_tree.ads b/src/vhdl/disp_tree.ads
index 0ea056a6a..e6a10fcea 100644
--- a/src/vhdl/disp_tree.ads
+++ b/src/vhdl/disp_tree.ads
@@ -47,4 +47,5 @@ package Disp_Tree is
function Image_Location_Type (Loc : Location_Type) return String;
function Image_Iir_Direction (Dir : Iir_Direction) return String;
function Image_Token_Type (Tok : Tokens.Token_Type) return String;
+ function Image_String8 (N : Iir) return String;
end Disp_Tree;