This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
help with gcc 2.8.1 macro definition
- From: "girish hilage" <girish_hilage at hotmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 30 Jun 2006 13:14:15 +0000
- Subject: help with gcc 2.8.1 macro definition
- Bcc:
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