Mehdi Khaldi wrote:
It is a problem because the compiler substitutes even after the keyword import! It shouldn't do this.
Macros are substituted everywhere. They're not a compiler but a preprocessor feature.
What does "--no-macros" means? Are all macros undefined?
See doc.
Frank