Commit 2e902fab by Ralf Wildenhues Committed by Ralf Wildenhues

re PR bootstrap/47027 (a-stwiun.ads:441:80: (style) this line is too long)

Fix PR bootstrap/47027.

gcc/ada/:
	PR bootstrap/47027
	* a-stwiun-shared.ads: Rewrap overlong comment line.

From-SVN: r168089
parent ee102849
2010-12-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2010-12-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR bootstrap/47027
* a-stwiun-shared.ads: Rewrap overlong comment line.
* projects.texi: Fix typos. * projects.texi: Fix typos.
* gnat_rm.texi: Likewise. * gnat_rm.texi: Likewise.
* gnat_ugn.texi: Likewise. * gnat_ugn.texi: Likewise.
......
...@@ -438,9 +438,9 @@ private ...@@ -438,9 +438,9 @@ private
function Allocate (Max_Length : Natural) return Shared_Wide_String_Access; function Allocate (Max_Length : Natural) return Shared_Wide_String_Access;
-- Allocates new Shared_Wide_String with at least specified maximum length. -- Allocates new Shared_Wide_String with at least specified maximum length.
-- Actual maximum length of the allocated Shared_Wide_String can be slightly -- Actual maximum length of the allocated Shared_Wide_String can be
-- greater. Returns reference to Empty_Shared_Wide_String when requested -- slightly greater. Returns reference to Empty_Shared_Wide_String when
-- length is zero. -- requested length is zero.
Empty_Shared_Wide_String : aliased Shared_Wide_String (0); Empty_Shared_Wide_String : aliased Shared_Wide_String (0);
......
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