summaryrefslogtreecommitdiff
path: root/translate/ghdldrv/ghdllocal.adb
diff options
context:
space:
mode:
authorTristan Gingold2014-01-09 18:58:10 +0100
committerTristan Gingold2014-01-09 18:58:10 +0100
commit6c9a405aea04049c2dc3b0655306a5c44bf49592 (patch)
treeeb64e8d2e6510a7bfe8562d18f3ba5b7990decb5 /translate/ghdldrv/ghdllocal.adb
parent4ca4f2c99c42e4962fccc388f9b6f23438504ac4 (diff)
downloadghdl-6c9a405aea04049c2dc3b0655306a5c44bf49592.tar.gz
ghdl-6c9a405aea04049c2dc3b0655306a5c44bf49592.tar.bz2
ghdl-6c9a405aea04049c2dc3b0655306a5c44bf49592.zip
Rename package Scan to Scanner.
Diffstat (limited to 'translate/ghdldrv/ghdllocal.adb')
-rw-r--r--translate/ghdldrv/ghdllocal.adb4
1 files changed, 2 insertions, 2 deletions
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;