This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC rejecting (I think) valid code


> | 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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]