Hello Everybody, I am compiling my program with gcc2.8.1 But on a statement : # define func(...) its giving an error:"../../src/sd/error.h:26: warning: invalid character in macro parameter name
../../src/sd/error.h:26: badly punctuated parameter list in `#define'"Can anybody please let me know if this systax is supported in gcc2.8.1 or not? Where can I find documentation on supported/unsupported things for a particular version?
Regards, Girish