aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-10-09 20:33:02 +0200
committerTristan Gingold <tgingold@free.fr>2017-10-09 20:33:02 +0200
commitb3b159a51ad10adcaa77a0110cd1dbea4c3c1973 (patch)
tree3470ad811097967b5c38df843d14082cb692d61d
parent767b7f644c438aa8cf392e3bfd5d75dadd5e05c7 (diff)
downloadghdl-b3b159a51ad10adcaa77a0110cd1dbea4c3c1973.tar.gz
ghdl-b3b159a51ad10adcaa77a0110cd1dbea4c3c1973.tar.bz2
ghdl-b3b159a51ad10adcaa77a0110cd1dbea4c3c1973.zip
Disp_tree: make Disp_Iir public.
-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);