gnat_ugn.texi: Minor reformatting.

2014-10-20  Gary Dismukes  <dismukes@adacore.com>

	* gnat_ugn.texi: Minor reformatting.
	* sem_ch3.adb: Minor reformatting.

From-SVN: r216480
This commit is contained in:
Gary Dismukes 2014-10-20 14:34:37 +00:00 committed by Arnaud Charlet
parent bdafba6f35
commit c19273ff4a
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2014-10-20 Gary Dismukes <dismukes@adacore.com>
* gnat_ugn.texi: Minor reformatting.
* sem_ch3.adb: Minor reformatting.
2014-10-20 Vincent Celier <celier@adacore.com>
* prj-attr.adb: New project level attribute Runtime.

View File

@ -8127,7 +8127,7 @@ Generate binder file suitable for CodePeer.
@item -R
@cindex @option{-R} (@command{gnatbind})
Output closure source list, which includes all non-runtime-units that are
Output closure source list, which includes all non-run-time units that are
included in the bind.
@item -Ra

View File

@ -3843,7 +3843,7 @@ package body Sem_Ch3 is
-- the expression. Rewrite declaration as a renaming, which the
-- back-end can handle properly. This is a rather unusual case,
-- because most unchecked_union declarations have default values
-- for discriminants and are thus unconstrained.
-- for discriminants and are thus not indefinite.
elsif Is_Unchecked_Union (T) then
if Constant_Present (N)