aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-scanner.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-04 21:59:35 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-04 21:59:35 +0200
commit7ca14ac72c36c363d8f874c266c2730f209a0edd (patch)
treebbb7bd17960299bc03da84c1b37e0e4dafdf31c4 /src/vhdl/vhdl-scanner.ads
parentfc028b5d21727da66dc8e146b3dbcfc870c64f90 (diff)
downloadghdl-7ca14ac72c36c363d8f874c266c2730f209a0edd.tar.gz
ghdl-7ca14ac72c36c363d8f874c266c2730f209a0edd.tar.bz2
ghdl-7ca14ac72c36c363d8f874c266c2730f209a0edd.zip
vhdl: move tokens as vhdl child package.
Diffstat (limited to 'src/vhdl/vhdl-scanner.ads')
-rw-r--r--src/vhdl/vhdl-scanner.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-scanner.ads b/src/vhdl/vhdl-scanner.ads
index 221defd91..797e2f6e1 100644
--- a/src/vhdl/vhdl-scanner.ads
+++ b/src/vhdl/vhdl-scanner.ads
@@ -16,7 +16,7 @@
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
with Types; use Types;
-with Tokens; use Tokens;
+with Vhdl.Tokens; use Vhdl.Tokens;
package Vhdl.Scanner is
-- Global variables