From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dhanabal Ekambaram To: "'gcc-help@gcc.gnu.org'" Subject: problem with macro expansion in GCC Date: Mon, 05 Feb 2001 19:06:00 -0000 Message-id: <2B8089144916D411896D00D0B73C8353998780@exchange.zambeel.com> X-SW-Source: 2001-02/msg00033.html 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