From bddf80741a2a4f574e9b531c046a531d0d53ea86 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 4 May 2019 22:04:37 +0200 Subject: vhdl: move parse package as vhdl child. --- src/ghdldrv/ghdlprint.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ghdldrv') 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; -- cgit v1.2.3