[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] error if I typedef, error if I don't

system file types.h has a typedef for uint.

I use uint in a couple of structure and union definitions.

I also have a local typedef for uint in the same file.

If I compile as is, my typedef gets flagged as wrong.

If I comment it out, my uses of uint get flagged as errors.

Clueless, I beg for help.