Hi,
I'm an intern student and my boss told me to do porting
from Linux c to Visual C++.When I built the coding, I found this error "unexpected in macro formal parameter list", here is the coding " #define cache_info(form at, msg...) \
do { \
;\
} while (0) " . I don't know what is wrong and what the coding is for . I can't also ask the Linus programmer since he is out. Can someone help me ???
I'm an intern student and my boss told me to do porting
from Linux c to Visual C++.When I built the coding, I found this error "unexpected in macro formal parameter list", here is the coding " #define cache_info(form at, msg...) \
do { \
;\
} while (0) " . I don't know what is wrong and what the coding is for . I can't also ask the Linus programmer since he is out. Can someone help me ???
Comment