aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/disp_tree.adb1
-rw-r--r--src/vhdl/disp_tree.ads2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/disp_tree.adb b/src/vhdl/disp_tree.adb
index 621acdf02..69dd0ad16 100644
--- a/src/vhdl/disp_tree.adb
+++ b/src/vhdl/disp_tree.adb
@@ -34,7 +34,6 @@ package body Disp_Tree is
Max_Depth : Natural := 10;
pragma Warnings (On);
- procedure Disp_Iir (N : Iir; Indent : Natural; Depth : Natural);
procedure Disp_Header (N : Iir);
procedure Disp_Tree_List_Flat (Tree_List: Iir_List; Tab: Natural);
diff --git a/src/vhdl/disp_tree.ads b/src/vhdl/disp_tree.ads
index e6a10fcea..9c48a0ffc 100644
--- a/src/vhdl/disp_tree.ads
+++ b/src/vhdl/disp_tree.ads
@@ -23,6 +23,8 @@ package Disp_Tree is
-- Disp TREE recursively.
procedure Disp_Tree (Tree : Iir; Flat : Boolean := False);
+ procedure Disp_Iir (N : Iir; Indent : Natural; Depth : Natural);
+
procedure Disp_Tree_For_Psl
(N : Int32; Indent : Natural; Depth : Natural);