On Sat, Oct 2, 2010 at 8:34 AM, Stefan Reinauer stefan.reinauer@coresystems.de wrote:
On 10/2/10 2:43 PM, Uwe Hermann wrote:
Hm, not sure about this one. The file _does_ use stuff from stdint.h
What's the general feeling about types... Should we get rid of the stdint.h usage and go for u8/u16/u32/s8/s16/s32 completely?
I always felt we should get rid of stdint.h and define our own. Using stdint.h leaves you hostage to whatever the gcc guys may do with that file in the future.
ron