aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_specs.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-05 08:26:38 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-05 13:55:18 +0200
commit83c593362bce5d1930a1bbf486a62a06c674bded (patch)
tree45ca88eba5a346204f35d812e25eb1561573b02f /src/vhdl/vhdl-sem_specs.adb
parent46100a0f24670f4d01ecc114da2ac5fedbab13af (diff)
downloadghdl-83c593362bce5d1930a1bbf486a62a06c674bded.tar.gz
ghdl-83c593362bce5d1930a1bbf486a62a06c674bded.tar.bz2
ghdl-83c593362bce5d1930a1bbf486a62a06c674bded.zip
vhdl: move back_end to vhdl child.
Diffstat (limited to 'src/vhdl/vhdl-sem_specs.adb')
-rw-r--r--src/vhdl/vhdl-sem_specs.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-sem_specs.adb b/src/vhdl/vhdl-sem_specs.adb
index ed56ade37..aa535017a 100644
--- a/src/vhdl/vhdl-sem_specs.adb
+++ b/src/vhdl/vhdl-sem_specs.adb
@@ -31,7 +31,7 @@ with Flags; use Flags;
with Std_Names;
with Vhdl.Sem_Decls;
with Xrefs; use Xrefs;
-with Back_End;
+with Vhdl.Back_End;
package body Vhdl.Sem_Specs is
function Get_Entity_Class_Kind (Decl : Iir) return Vhdl.Tokens.Token_Type
@@ -354,7 +354,7 @@ package body Vhdl.Sem_Specs is
end if;
declare
- use Back_End;
+ use Vhdl.Back_End;
begin
if Sem_Foreign /= null then
Sem_Foreign.all (Decl);