aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_scopes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-05 20:57:21 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-05 20:57:21 +0200
commit6535ea096a13d8f03547f7d5e5018c0dea46252d (patch)
tree845f866bd86148474c48802d2a185019e7a60fb0 /src/vhdl/vhdl-sem_scopes.ads
parent7892c6e7945d5e4b46ddde4f18debe1c06bd3e12 (diff)
downloadghdl-6535ea096a13d8f03547f7d5e5018c0dea46252d.tar.gz
ghdl-6535ea096a13d8f03547f7d5e5018c0dea46252d.tar.bz2
ghdl-6535ea096a13d8f03547f7d5e5018c0dea46252d.zip
vhdl: rename iirs to vhdl.nodes
Diffstat (limited to 'src/vhdl/vhdl-sem_scopes.ads')
-rw-r--r--src/vhdl/vhdl-sem_scopes.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_scopes.ads b/src/vhdl/vhdl-sem_scopes.ads
index 93aad18cd..762cccfa9 100644
--- a/src/vhdl/vhdl-sem_scopes.ads
+++ b/src/vhdl/vhdl-sem_scopes.ads
@@ -15,7 +15,7 @@
-- along with GHDL; see the file COPYING. If not, write to the Free
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
-with Iirs; use Iirs;
+with Vhdl.Nodes; use Vhdl.Nodes;
with Types; use Types;
package Vhdl.Sem_Scopes is