[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
|
- From: c.pergiel@xxxxxxxxxxx (Charles Pergiel)
- Date: Mon, 16 Feb 2009 04:05:49 +0000 (UTC)
- Newsgroups: eclipse.newcomer
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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.