GCC rejecting (I think) valid code

Robert Dewar dewar@gnat.com
Sun Jan 23 00:30:00 GMT 2005


> | I compile this pair of declarations with GCC (which would 
> | probably be found in a stdint.h):
> | 
> | typedef short int16_t;
> | typedef unsigned int16_t uint16_t;

I don't even understand the intent, what does it mean to mix the unsigned
qualifier with a typedef name?



More information about the Gcc mailing list