diff options
| author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-20 12:44:33 +0000 |
|---|---|---|
| committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-20 12:44:33 +0000 |
| commit | 3caa76d900d49af0aefed83f9522e60668b8b59b (patch) | |
| tree | 528a6802f37152ed5e6d7f8462a05c7adaedf200 | |
| parent | f40f973130342be3145e55d25b0ee77f49593085 (diff) | |
| download | ppe42-gcc-3caa76d900d49af0aefed83f9522e60668b8b59b.tar.gz ppe42-gcc-3caa76d900d49af0aefed83f9522e60668b8b59b.zip | |
2008-05-20 Vincent Celier <celier@adacore.com>
* cstand.adb (Print_Standard): Issue the correct Size clause for type
Wide_Wide_Character.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135617 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ada/cstand.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/cstand.adb b/gcc/ada/cstand.adb index 1404d35ac41..56f87916c45 100644 --- 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"); |

