Commit 566fef1d by Arnaud Charlet

Complete previous change.

From-SVN: r146383
parent 68218f7c
...@@ -230,6 +230,7 @@ package body Switch.C is ...@@ -230,6 +230,7 @@ package body Switch.C is
if Tree_Output then if Tree_Output then
ASIS_Mode := True; ASIS_Mode := True;
Inspector_Mode := False;
end if; end if;
-- Processing for d switch -- Processing for d switch
...@@ -771,6 +772,7 @@ package body Switch.C is ...@@ -771,6 +772,7 @@ package body Switch.C is
if Operating_Mode = Check_Semantics then if Operating_Mode = Check_Semantics then
ASIS_Mode := True; ASIS_Mode := True;
Inspector_Mode := False;
end if; end if;
Back_Annotate_Rep_Info := True; Back_Annotate_Rep_Info := True;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment