[cfe-commits] r64006 - /cfe/trunk/lib/Headers/stdint.h

Neil Booth neil at daikokuya.co.uk
Sat Feb 7 00:19:29 PST 2009


Who'da thought a stupid header would be so hard?  :)

Chris Lattner wrote:-

> +#define UINT8_MAX   255U

I think the U suffix is wrong.

> +#define UINT16_MAX   65535U

Ditto.

Neil.



More information about the cfe-commits mailing list