#define A;
#ifdef A
(...)
#endif
I thought the predecessor would take this as false; however it would goes into this condition. Is A and A; taken as the same?I thou
#define A;
#ifdef A
(...)
#endif
I thought the predecessor would take this as false; however it would goes into this condition. Is A and A; taken as the same?I thou