aboutsummaryrefslogtreecommitdiffstats
path: root/parse_psl.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 /parse_psl.adb
parent4ca4f2c99c42e4962fccc388f9b6f23438504ac4 (diff)
downloadghdl-6c9a405aea04049c2dc3b0655306a5c44bf49592.tar.gz
ghdl-6c9a405aea04049c2dc3b0655306a5c44bf49592.tar.bz2
ghdl-6c9a405aea04049c2dc3b0655306a5c44bf49592.zip
Rename package Scan to Scanner.
Diffstat (limited to 'parse_psl.adb')
-rw-r--r--parse_psl.adb4
1 files changed, 1 insertions, 3 deletions
diff --git a/parse_psl.adb b/parse_psl.adb
index ab5df9620..7cb20ca3b 100644
--- a/parse_psl.adb
+++ b/parse_psl.adb
@@ -18,14 +18,12 @@
with PSL.Nodes; use PSL.Nodes;
with Iirs;
-with Scan; use Scan;
+with Scanner; use Scanner;
with PSL.Errors; use PSL.Errors;
with PSL.Priorities; use PSL.Priorities;
with Parse;
package body Parse_Psl is
- procedure Scan renames Scan.Scan;
-
function Create_Node_Loc (K : Nkind) return Node is
Res : Node;
begin