| [news.eclipse.newcomer] Re: 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.
Post your source and then we might be able to see what you have done wrong.
btw: CDT related questions may be better asked on eclipse.tools.cdt
-- Derek