diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-04 16:49:19 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-04 19:24:20 +0200 |
commit | fc028b5d21727da66dc8e146b3dbcfc870c64f90 (patch) | |
tree | 59462a5173067a24482976035564e135ce4303c0 /src/vhdl/iirs_utils.adb | |
parent | 7cee2ba98f47f6ee7b7ffbe0d9555a972c8afc8b (diff) | |
download | ghdl-fc028b5d21727da66dc8e146b3dbcfc870c64f90.tar.gz ghdl-fc028b5d21727da66dc8e146b3dbcfc870c64f90.tar.bz2 ghdl-fc028b5d21727da66dc8e146b3dbcfc870c64f90.zip |
vhdl: move scanner under vhdl hierarchy.
Diffstat (limited to 'src/vhdl/iirs_utils.adb')
-rw-r--r-- | src/vhdl/iirs_utils.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/iirs_utils.adb b/src/vhdl/iirs_utils.adb index 6a888911d..3ea7aed3c 100644 --- a/src/vhdl/iirs_utils.adb +++ b/src/vhdl/iirs_utils.adb @@ -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 Scanner; use Scanner; +with Vhdl.Scanner; use Vhdl.Scanner; with Tokens; use Tokens; with Errorout; use Errorout; with Name_Table; |