Files
TinyCC/tests
Michael Matz 718fd591fa Make sizeof() be of type size_t
This matters when sizeof is directly used in arithmetic,
ala "uintptr_t t; t &= -sizeof(long)" (for alignment).  When sizeof
isn't size_t (as it's specified to be) this masking will truncate
the high bits of the uintptr_t object (if uintptr_t is larger than
uint).
2012-04-18 20:57:14 +02:00
..
2011-02-24 09:38:13 -08:00
2009-07-18 22:06:54 +02:00
2012-04-18 18:43:09 +02:00
2012-04-18 20:57:14 +02:00