送交者: neo6 于 2005-7-19, 12:38:20:
#define A func1
#if A == func2
//the stuff here are still compiled. the above condition does not work at all
#endif
I know I can use #ifdef and define another macro to walk around this problem, but is there a simpler walk around?