aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-04 22:04:37 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-04 22:04:37 +0200
commitbddf80741a2a4f574e9b531c046a531d0d53ea86 (patch)
tree4e4824d4844dd32d2ec54c8bc173a2102220c8a4 /src/ghdldrv
parent7ca14ac72c36c363d8f874c266c2730f209a0edd (diff)
downloadghdl-bddf80741a2a4f574e9b531c046a531d0d53ea86.tar.gz
ghdl-bddf80741a2a4f574e9b531c046a531d0d53ea86.tar.bz2
ghdl-bddf80741a2a4f574e9b531c046a531d0d53ea86.zip
vhdl: move parse package as vhdl child.
Diffstat (limited to 'src/ghdldrv')
-rw-r--r--src/ghdldrv/ghdlprint.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb
index a9a9f2627..7156be9e9 100644
--- a/src/ghdldrv/ghdlprint.adb
+++ b/src/ghdldrv/ghdlprint.adb
@@ -29,7 +29,7 @@ with Errorout; use Errorout;
with Iirs_Utils; use Iirs_Utils;
with Vhdl.Tokens;
with Vhdl.Scanner;
-with Parse;
+with Vhdl.Parse;
with Canon;
with Version;
with Xrefs;
@@ -984,7 +984,7 @@ package body Ghdlprint is
Setup_Libraries (True);
-- Keep parenthesis during parse.
- Parse.Flag_Parse_Parenthesis := True;
+ Vhdl.Parse.Flag_Parse_Parenthesis := True;
Canon.Canon_Flag_Concurrent_Stmts := False;
Canon.Canon_Flag_Configurations := False;