aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/types.ads
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2010-06-22 15:32:18 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2010-06-22 17:32:18 +0200
commit1c612f29199ea74e57bd9872e11ee726703aab2f (patch)
tree6be3a62286a2a9099d500772a40a7709b0eb4b9b /gcc/ada/types.ads
parent82c2f1bbd38efde4a5891659ee1eeffbbfae56f6 (diff)
downloadgcc-1c612f29199ea74e57bd9872e11ee726703aab2f.zip
gcc-1c612f29199ea74e57bd9872e11ee726703aab2f.tar.gz
gcc-1c612f29199ea74e57bd9872e11ee726703aab2f.tar.bz2
s-rannum.adb, [...]: Minor reformatting.
2010-06-22 Robert Dewar <dewar@adacore.com> * s-rannum.adb, a-nudira.adb, types.ads, freeze.adb, sem_aggr.adb, exp_aggr.adb: Minor reformatting. * gnat_rm.texi: Document GNAT.MBBS_Discrete_Random and GNAT.MBSS_Float_Random. * g-mbdira.adb, g-mbflra.adb, g-mbdira.ads, g-mbflra.ads: Fix header. From-SVN: r161194
Diffstat (limited to 'gcc/ada/types.ads')
-rw-r--r--gcc/ada/types.ads8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/types.ads b/gcc/ada/types.ads
index bb3c62d..5d7784d 100644
--- a/gcc/ada/types.ads
+++ b/gcc/ada/types.ads
@@ -503,10 +503,10 @@ package Types is
-- The type Char is used for character data internally in the compiler, but
-- character codes in the source are represented by the Char_Code type.
-- Each character literal in the source is interpreted as being one of the
- -- 16#7FFF_FFFF possible Wide_Wide_Character codes, and a unique Integer
- -- Value is assigned, corresponding to the UTF_32 value, which also
- -- corresponds to the POS value in the Wide_Wide_Character type, and also
- -- corresponds to the POS value in the Wide_Character and Character types
+ -- 16#7FFF_FFFF# possible Wide_Wide_Character codes, and a unique Integer
+ -- value is assigned, corresponding to the UTF-32 value, which also
+ -- corresponds to the Pos value in the Wide_Wide_Character type, and also
+ -- corresponds to the Pos value in the Wide_Character and Character types
-- for values that are in appropriate range. String literals are similarly
-- interpreted as a sequence of such codes.