This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
problem with macro expansion in GCC
- To: "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Subject: problem with macro expansion in GCC
- From: Dhanabal Ekambaram <Dhanabal at Zambeel dot com>
- Date: Mon, 5 Feb 2001 19:05:40 -0800
Hi,
When I use
#define XXX(N) N.ptr
XXX(y) gets transformed to " y.ptr" instead of "y.ptr".
I am not sure why i am getting this leading space in the expanded string.
Can anybody help me to eliminate this problem?
Thanks,
dhanabal