From 7892c6e7945d5e4b46ddde4f18debe1c06bd3e12 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 5 May 2019 13:54:39 +0200 Subject: vhdl: move nodes to vhdl.nodes_priv. --- src/ghdldrv/ghdlrun.adb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ghdldrv') diff --git a/src/ghdldrv/ghdlrun.adb b/src/ghdldrv/ghdlrun.adb index fc59d0e7e..efb0c2d4d 100644 --- a/src/ghdldrv/ghdlrun.adb +++ b/src/ghdldrv/ghdlrun.adb @@ -46,7 +46,6 @@ with Lists; with Str_Table; with Hash; with Interning; -with Nodes; with Files_Map; with Name_Table; @@ -759,7 +758,7 @@ package body Ghdlrun is Translation.Finalize; Lists.Initialize; Str_Table.Initialize; - Nodes.Initialize; + Iirs.Initialize; Files_Map.Initialize; Name_Table.Finalize; -- cgit v1.2.3