From 29b47848de1514e64a47104fef77f4e14764f030 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 13 Jun 2019 18:18:41 +0200 Subject: options: set parse_parenthesis flag on --- src/options.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/options.adb b/src/options.adb index 65e4fcdd8..3f6b9747b 100644 --- a/src/options.adb +++ b/src/options.adb @@ -25,6 +25,7 @@ with PSL.Nodes; with PSL.Dump_Tree; with Vhdl.Disp_Tree; with Vhdl.Scanner; +with Vhdl.Parse; with Vhdl.Back_End; use Vhdl.Back_End; with Flags; use Flags; with Files_Map; @@ -144,6 +145,7 @@ package body Options is Mb_Comment := True; elsif Opt = "--force-analysis" then Flag_Force_Analysis := True; + Vhdl.Parse.Flag_Parse_Parenthesis := True; elsif Opt = "-fcaret-diagnostics" then Flag_Caret_Diagnostics := True; elsif Opt = "-fno-caret-diagnostics" then -- cgit v1.2.3