aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sinfo.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-07-09 12:22:49 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-07-09 12:22:49 +0200
commitf6cf5b85eaeb6eecadf7010c1b99e809023a4d6d (patch)
treeb860e9e79571c0cf4c70ae107d8c65d89b8adf69 /gcc/ada/sinfo.ads
parent7aedb36acbf75714d3b89db8ceebf9209c3dc02f (diff)
downloadgcc-f6cf5b85eaeb6eecadf7010c1b99e809023a4d6d.zip
gcc-f6cf5b85eaeb6eecadf7010c1b99e809023a4d6d.tar.gz
gcc-f6cf5b85eaeb6eecadf7010c1b99e809023a4d6d.tar.bz2
[multiple changes]
2009-07-09 Emmanuel Briot <briot@adacore.com> * prj-nmsc.adb (Find_Sources): Avoid error messages from gprbuild from multi-unit files. 2009-07-09 Thomas Quinot <quinot@adacore.com> * freeze.adb: Minor reformatting * exp_ch3.adb: Minor comment fix. * sinfo.ads: Minor comment fix 2009-07-09 Ed Schonberg <schonberg@adacore.com> * exp_ch4.adb (Expand_N_Conditional_Expression): Set Related_Expression. From-SVN: r149411
Diffstat (limited to 'gcc/ada/sinfo.ads')
-rw-r--r--gcc/ada/sinfo.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads
index 7f04e88..ad96467 100644
--- a/gcc/ada/sinfo.ads
+++ b/gcc/ada/sinfo.ads
@@ -6460,7 +6460,7 @@ package Sinfo is
-- The Ada language does not permit conditional expressions, however
-- this is under discussion as a possible extension by the ARG, and we
-- have implemented a form of this capability in GNAT under control of
- -- the -X switch. The syntax is:
+ -- the -gnatX switch. The syntax is:
-- CONDITIONAL_EXPRESSION ::=
-- if EXPRESSION then EXPRESSION