aboutsummaryrefslogtreecommitdiffstats
path: root/iirs_utils.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-01-09 18:58:10 +0100
committerTristan Gingold <tgingold@free.fr>2014-01-09 18:58:10 +0100
commit6c9a405aea04049c2dc3b0655306a5c44bf49592 (patch)
treeeb64e8d2e6510a7bfe8562d18f3ba5b7990decb5 /iirs_utils.adb
parent4ca4f2c99c42e4962fccc388f9b6f23438504ac4 (diff)
downloadghdl-6c9a405aea04049c2dc3b0655306a5c44bf49592.tar.gz
ghdl-6c9a405aea04049c2dc3b0655306a5c44bf49592.tar.bz2
ghdl-6c9a405aea04049c2dc3b0655306a5c44bf49592.zip
Rename package Scan to Scanner.
Diffstat (limited to 'iirs_utils.adb')
-rw-r--r--iirs_utils.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/iirs_utils.adb b/iirs_utils.adb
index 3699baa4d..6099da9bc 100644
--- a/iirs_utils.adb
+++ b/iirs_utils.adb
@@ -15,7 +15,7 @@
-- along with GHDL; see the file COPYING. If not, write to the Free
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
-with Scan; use Scan;
+with Scanner; use Scanner;
with Tokens; use Tokens;
with Errorout; use Errorout;
with Name_Table;