aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_lib.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-30 10:07:25 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-30 10:07:25 +0200
commitf771391fd9c0a99e1652209a74c1687c77a7ab35 (patch)
treee7a995d52b7f61909294f2952d8b900ec1e1e1ee /src/vhdl/vhdl-sem_lib.adb
parent3bce793cfe3bcf88065acbd1365976782746f5a4 (diff)
downloadghdl-f771391fd9c0a99e1652209a74c1687c77a7ab35.tar.gz
ghdl-f771391fd9c0a99e1652209a74c1687c77a7ab35.tar.bz2
ghdl-f771391fd9c0a99e1652209a74c1687c77a7ab35.zip
vhdl: renames disp_vhdl to prints
Diffstat (limited to 'src/vhdl/vhdl-sem_lib.adb')
-rw-r--r--src/vhdl/vhdl-sem_lib.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vhdl/vhdl-sem_lib.adb b/src/vhdl/vhdl-sem_lib.adb
index e3ff86ed8..c09f1a7a2 100644
--- a/src/vhdl/vhdl-sem_lib.adb
+++ b/src/vhdl/vhdl-sem_lib.adb
@@ -25,7 +25,7 @@ with Libraries; use Libraries;
with Vhdl.Scanner;
with Vhdl.Parse;
with Vhdl.Disp_Tree;
-with Vhdl.Disp_Vhdl;
+with Vhdl.Prints;
with Vhdl.Sem;
with Vhdl.Post_Sems;
with Vhdl.Canon;
@@ -104,7 +104,7 @@ package body Vhdl.Sem_Lib is
end if;
if (Main or Flags.List_All) and then Flags.List_Sem then
- Vhdl.Disp_Vhdl.Disp_Vhdl (Unit);
+ Vhdl.Prints.Disp_Vhdl (Unit);
end if;
if Flags.Check_Ast_Level > 0 then
@@ -139,7 +139,7 @@ package body Vhdl.Sem_Lib is
end if;
if (Main or Flags.List_All) and then Flags.List_Canon then
- Vhdl.Disp_Vhdl.Disp_Vhdl (Unit);
+ Vhdl.Prints.Disp_Vhdl (Unit);
end if;
if Flags.Check_Ast_Level > 0 then