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
This commit is contained in:
Ralf Wildenhues 2010-12-20 17:32:06 +00:00 committed by Ralf Wildenhues
parent ee102849bd
commit 2e902fab1f
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2010-12-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR bootstrap/47027
* a-stwiun-shared.ads: Rewrap overlong comment line.
* projects.texi: Fix typos.
* gnat_rm.texi: Likewise.
* gnat_ugn.texi: Likewise.

View File

@ -438,9 +438,9 @@ private
function Allocate (Max_Length : Natural) return Shared_Wide_String_Access;
-- Allocates new Shared_Wide_String with at least specified maximum length.
-- Actual maximum length of the allocated Shared_Wide_String can be slightly
-- greater. Returns reference to Empty_Shared_Wide_String when requested
-- length is zero.
-- Actual maximum length of the allocated Shared_Wide_String can be
-- slightly greater. Returns reference to Empty_Shared_Wide_String when
-- requested length is zero.
Empty_Shared_Wide_String : aliased Shared_Wide_String (0);