aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/bindgen.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2015-11-12 11:43:33 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2015-11-12 11:43:33 +0100
commitb420ba79dea984c78388047f07ab542665b22ab4 (patch)
treea4ebe84c43c976d9d7012de3d5a411905a35308f /gcc/ada/bindgen.adb
parent465f1e5d630b4fc2020bc0ade8d282d24201700f (diff)
downloadgcc-b420ba79dea984c78388047f07ab542665b22ab4.zip
gcc-b420ba79dea984c78388047f07ab542665b22ab4.tar.gz
gcc-b420ba79dea984c78388047f07ab542665b22ab4.tar.bz2
[multiple changes]
2015-11-12 Ed Schonberg <schonberg@adacore.com> * sem_ch6.adb (Check_Limited_Return): Make global to package for use elsewhere. (Analyze_Expression_Function): Remove duplicated code, pre-analyze expression to capture names and call Check_Limited_Return so that semantic checks are identical to those for regular functions returning limited types. 2015-11-12 Gary Dismukes <dismukes@adacore.com> * bindgen.adb: Fix typo. * sem_ch6.adb: Minor reformatting. 2015-11-12 Emmanuel Briot <briot@adacore.com> * s-os_lib.adb (Argument_String_To_List): fix handling of windows separators From-SVN: r230224
Diffstat (limited to 'gcc/ada/bindgen.adb')
-rw-r--r--gcc/ada/bindgen.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/bindgen.adb b/gcc/ada/bindgen.adb
index 098a1ae..4ad1904 100644
--- a/gcc/ada/bindgen.adb
+++ b/gcc/ada/bindgen.adb
@@ -89,7 +89,7 @@ package body Bindgen is
-- elaboration policy is sequential.
System_BB_CPU_Primitives_Multiprocessors_Used : Boolean := False;
- -- Flag indicating wether the unit System.BB.CPU_Primitives.Multiprocessors
+ -- Flag indicating whether unit System.BB.CPU_Primitives.Multiprocessors
-- is in the closure of the partiation. This is set by procedure
-- Resolve_Binder_Options, and it is used to call a procedure that starts
-- slave processors.