af03e997ba
On some architectures UCHAR_MAX and USHRT_MAX had type unsigned int. However, lacking integer suffixes for types smaller than int, their type should correspond to that of an object of type unsigned char (or short) when used in an expression with objects of type int. In that case unsigned char (short) are promoted to int (i.e. signed) so the type of UCHAR_MAX and USHRT_MAX should also be int. Where MIN/MAX constants implicitly have the correct type the suffix has been removed. While here, correct some comments. Reviewed by: bde Approved by: kib (mentor) |
||
---|---|---|
.. | ||
arm | ||
at91 | ||
compile | ||
conf | ||
econa | ||
include | ||
mv | ||
s3c2xx0 | ||
sa11x0 | ||
xscale |