projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec2dd67
)
cstand.adb (Print_Standard): Issue the correct Size clause for type Wide_Wide_Character.
author
Vincent Celier
<celier@adacore.com>
Tue, 20 May 2008 12:44:33 +0000
(14:44 +0200)
committer
Arnaud Charlet
<charlet@gcc.gnu.org>
Tue, 20 May 2008 12:44:33 +0000
(14:44 +0200)
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
gcc/ada/cstand.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/cstand.adb
b/gcc/ada/cstand.adb
index 1404d35ac4152d322fa142b8e0ffa582f127428e..56f87916c45f41978517fe1f578bca50a0407d72 100644
(file)
--- a/
gcc/ada/cstand.adb
+++ b/
gcc/ada/cstand.adb
@@
-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");