From 7ca14ac72c36c363d8f874c266c2730f209a0edd Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 4 May 2019 21:59:35 +0200 Subject: vhdl: move tokens as vhdl child package. --- src/ghdldrv/ghdlprint.adb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ghdldrv') diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb index d72b1747d..a9a9f2627 100644 --- a/src/ghdldrv/ghdlprint.adb +++ b/src/ghdldrv/ghdlprint.adb @@ -27,7 +27,7 @@ with Files_Map; with Libraries; with Errorout; use Errorout; with Iirs_Utils; use Iirs_Utils; -with Tokens; +with Vhdl.Tokens; with Vhdl.Scanner; with Parse; with Canon; @@ -86,7 +86,7 @@ package body Ghdlprint is is use Flags; use Vhdl.Scanner; - use Tokens; + use Vhdl.Tokens; use Files_Map; use Ada.Characters.Latin_1; @@ -856,7 +856,7 @@ package body Ghdlprint is is pragma Unreferenced (Cmd); use Vhdl.Scanner; - use Tokens; + use Vhdl.Tokens; use Files_Map; use Ada.Characters.Latin_1; @@ -1047,7 +1047,7 @@ package body Ghdlprint is Args : Argument_List) is pragma Unreferenced (Cmd); - use Tokens; + use Vhdl.Tokens; use Vhdl.Scanner; package Ref_Tokens is new Tables -- cgit v1.2.3