diff options
Diffstat (limited to 'gcc/ada/i-c.ads')
-rw-r--r-- | gcc/ada/i-c.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/i-c.ads b/gcc/ada/i-c.ads index 1882e8f..9e98b05 100644 --- a/gcc/ada/i-c.ads +++ b/gcc/ada/i-c.ads @@ -47,7 +47,7 @@ package Interfaces.C is type unsigned_char is mod (UCHAR_MAX + 1); for unsigned_char'Size use CHAR_BIT; - subtype plain_char is unsigned_char; -- ??? should be parametrized + subtype plain_char is unsigned_char; -- ??? should be parameterized -- Note: the Integer qualifications used in the declaration of ptrdiff_t -- avoid ambiguities when compiling in the presence of s-auxdec.ads and |