Commit c19273ff by Gary Dismukes Committed by Arnaud Charlet

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
parent bdafba6f
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> 2014-10-20 Vincent Celier <celier@adacore.com>
* prj-attr.adb: New project level attribute Runtime. * prj-attr.adb: New project level attribute Runtime.
......
...@@ -8127,7 +8127,7 @@ Generate binder file suitable for CodePeer. ...@@ -8127,7 +8127,7 @@ Generate binder file suitable for CodePeer.
@item -R @item -R
@cindex @option{-R} (@command{gnatbind}) @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. included in the bind.
@item -Ra @item -Ra
......
...@@ -3843,7 +3843,7 @@ package body Sem_Ch3 is ...@@ -3843,7 +3843,7 @@ package body Sem_Ch3 is
-- the expression. Rewrite declaration as a renaming, which the -- the expression. Rewrite declaration as a renaming, which the
-- back-end can handle properly. This is a rather unusual case, -- back-end can handle properly. This is a rather unusual case,
-- because most unchecked_union declarations have default values -- 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 elsif Is_Unchecked_Union (T) then
if Constant_Present (N) if Constant_Present (N)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment