From 46100a0f24670f4d01ecc114da2ac5fedbab13af Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 5 May 2019 08:22:05 +0200 Subject: vhdl: move elocations* packages to vhdl children. --- src/ghdldrv/ghdlprint.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ghdldrv') diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb index 90a387d8a..400cfaaec 100644 --- a/src/ghdldrv/ghdlprint.adb +++ b/src/ghdldrv/ghdlprint.adb @@ -37,7 +37,7 @@ with Vhdl.Sem_Lib; use Vhdl.Sem_Lib; with Ghdlmain; use Ghdlmain; with Ghdllocal; use Ghdllocal; with Vhdl.Disp_Vhdl; -with Elocations; +with Vhdl.Elocations; package body Ghdlprint is type Html_Format_Type is (Html_2, Html_Css); @@ -754,7 +754,7 @@ package body Ghdlprint is Lib := Get_Library_Unit (Unit); Location_To_File_Pos - (Elocations.Get_End_Location (Lib), File_Entry, Lend); + (Vhdl.Elocations.Get_End_Location (Lib), File_Entry, Lend); if Lend < First then raise Internal_Error; end if; -- cgit v1.2.3