From f771391fd9c0a99e1652209a74c1687c77a7ab35 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 30 May 2019 10:07:25 +0200 Subject: vhdl: renames disp_vhdl to prints --- src/vhdl/vhdl-sem_lib.adb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/vhdl/vhdl-sem_lib.adb') 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 -- cgit v1.2.3