summaryrefslogtreecommitdiff
path: root/gcc/ada/switch-c.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-20 09:30:20 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-20 09:30:20 +0000
commit4d0614a187ce0eff16c80128bed572b1517bbc68 (patch)
treebe0daf9303fecfdb3faba5920a4f4c93792943ed /gcc/ada/switch-c.adb
parent229a9278aac080852863004515286aa106857fc0 (diff)
downloadgcc-4d0614a187ce0eff16c80128bed572b1517bbc68.tar.gz
Complete previous change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146383 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/switch-c.adb')
-rw-r--r--gcc/ada/switch-c.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/switch-c.adb b/gcc/ada/switch-c.adb
index dc8538363de..28ed6c50c45 100644
--- a/gcc/ada/switch-c.adb
+++ b/gcc/ada/switch-c.adb
@@ -230,6 +230,7 @@ package body Switch.C is
if Tree_Output then
ASIS_Mode := True;
+ Inspector_Mode := False;
end if;
-- Processing for d switch
@@ -771,6 +772,7 @@ package body Switch.C is
if Operating_Mode = Check_Semantics then
ASIS_Mode := True;
+ Inspector_Mode := False;
end if;
Back_Annotate_Rep_Info := True;