//Noname.cpp
#define _cond_lint #lint(on)
#if ! _cond_lint
#endif
gcc process above codes, not error.
mcpp process above codes, report error:
Noname2.cpp:4: error: Can't use the operator "#"
macro "_cond_lint" defined as: #define _cond_lint #lint(on) /* Noname2.cpp:2 */
from Noname2.cpp:4: #if !_cond_lint
1 error...
2009-07-30 10:31:43 UTC in mcpp