diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-05 13:54:39 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-05 16:03:03 +0200 |
commit | 7892c6e7945d5e4b46ddde4f18debe1c06bd3e12 (patch) | |
tree | 60b168224aaccf8421858bab2d600c1e4b0592ef /src/ghdldrv | |
parent | e4960acab358ebdd76d796554f962e755ec8954c (diff) | |
download | ghdl-7892c6e7945d5e4b46ddde4f18debe1c06bd3e12.tar.gz ghdl-7892c6e7945d5e4b46ddde4f18debe1c06bd3e12.tar.bz2 ghdl-7892c6e7945d5e4b46ddde4f18debe1c06bd3e12.zip |
vhdl: move nodes to vhdl.nodes_priv.
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdlrun.adb | 3 |
1 files changed, 1 insertions, 2 deletions
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; |