Hello
Looks like something weird happens after pre-processing.
Did you look at the pre-processor listing for this source file?
To generate preprocessor listing:
- Click with the right mouse button on the file name in the .mcp window
- select preprocess
A new window containing preprocessing listing should be opened in the IDE.
Look at the preprocessing code generated.
You may have a #define somewhere, which is redefining something....
CrasyCat