fix signedness errors in stdint.h constant macros
authorRich Felker <dalias@aerifal.cx>
Fri, 8 Jun 2012 15:11:44 +0000 (11:11 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 8 Jun 2012 15:11:44 +0000 (11:11 -0400)
commit3d649468c7315d43aa99a44e882118d6872cb6ec
treefeba3a132c42b55dc92d59b460267835851df573
parent63d40196b91df8937424cfa4495e8991c5a20827
fix signedness errors in stdint.h constant macros

the types of these expressions must match the integer promotions.
unsigned 8- and 16-bit values promote to signed int, not unsigned int.
include/stdint.h