From fc028b5d21727da66dc8e146b3dbcfc870c64f90 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 4 May 2019 16:49:19 +0200 Subject: vhdl: move scanner under vhdl hierarchy. --- src/ghdldrv/ghdllocal.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ghdldrv/ghdllocal.adb') diff --git a/src/ghdldrv/ghdllocal.adb b/src/ghdldrv/ghdllocal.adb index aab8885c3..297d39798 100644 --- a/src/ghdldrv/ghdllocal.adb +++ b/src/ghdldrv/ghdllocal.adb @@ -27,7 +27,7 @@ with Name_Table; with Std_Names; with Disp_Vhdl; with Default_Paths; -with Scanner; +with Vhdl.Scanner; with Errorout; with Configuration; with Files_Map; @@ -1621,7 +1621,7 @@ package body Ghdllocal is raise Option_Error; end if; Res := new String'(Name.all); - Scanner.Convert_Identifier (Res.all); + Vhdl.Scanner.Convert_Identifier (Res.all); return Res; end Convert_Name; -- cgit v1.2.3