From 6c9a405aea04049c2dc3b0655306a5c44bf49592 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 9 Jan 2014 18:58:10 +0100 Subject: Rename package Scan to Scanner. --- translate/ghdldrv/ghdllocal.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'translate/ghdldrv/ghdllocal.adb') diff --git a/translate/ghdldrv/ghdllocal.adb b/translate/ghdldrv/ghdllocal.adb index 31a099d..0341142 100644 --- a/translate/ghdldrv/ghdllocal.adb +++ b/translate/ghdldrv/ghdllocal.adb @@ -25,7 +25,7 @@ with Std_Names; with Back_End; with Disp_Vhdl; with Default_Pathes; -with Scan; +with Scanner; with Sem; with Canon; with Errorout; @@ -1192,7 +1192,7 @@ package body Ghdllocal is end if; raise Option_Error; end if; - Scan.Convert_Identifier; + Scanner.Convert_Identifier; return new String'(Name_Buffer (1 .. Name_Length)); end Convert_Name; -- cgit