Commit 5b6a0e43 by Vincent Celier Committed by Arnaud Charlet

cstand.adb (Print_Standard): Issue the correct Size clause for type Wide_Wide_Character.

2008-05-20  Vincent Celier  <celier@adacore.com>

	* cstand.adb (Print_Standard): Issue the correct Size clause for type
	Wide_Wide_Character.

From-SVN: r135617
parent ec2dd67a
......@@ -1829,7 +1829,7 @@ package body CStand is
Write_Eol;
P (" type Wide_Wide_Character is (...)");
Write_Str (" for Wide_Character'Size use ");
Write_Str (" for Wide_Wide_Character'Size use ");
Write_Int (Standard_Wide_Wide_Character_Size);
P (";");
P (" -- See RM A.1(36) for details of this type");
......
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