+2018-05-28 Gary Dismukes <dismukes@adacore.com>
+
+ * exp_ch3.adb: Minor reformatting
+
2018-05-28 Justin Squirek <squirek@adacore.com>
* exp_ch3.adb
Append_To (Args,
New_Occurrence_Of (Standard_True, Loc));
- -- Otherwise, we pass False to perform null excluding checks
+ -- Otherwise, we pass False to perform null-excluding checks
else
Append_To (Args,
Parameter_Type => New_Occurrence_Of (Standard_String, Loc)));
end if;
- -- Due to certain edge cases such as arrays with null excluding
+ -- Due to certain edge cases such as arrays with null-excluding
-- components being built with the secondary stack it becomes necessary
-- to add a formal to the Init_Proc which controls whether we raise
- -- constraint errors on generated calls for internal object
+ -- Constraint_Errors on generated calls for internal object
-- declarations.
if Needs_Conditional_Null_Excluding_Check (Typ) then