This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Gcc3.4.2 C preprocessor problem
- From: Andrew Walrond <andrew at walrond dot org>
- To: "Dave Korn" <dk at artimi dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 19 Nov 2004 16:28:39 +0000
- Subject: Re: Gcc3.4.2 C preprocessor problem
- References: <NUTMEGKi3s1wsXZZTHf000000e0@NUTMEG.CAM.ARTIMI.COM>
On Friday 19 Nov 2004 16:18, Dave Korn wrote:
>
> Your code is buggy. Preprocessor pasting concatenates two tokens into
> one single one. But you want the . operator to be a separate token from
> the struct member. Just omit the pasting and you'll be fine.
>
Of course. stupid of me.
Thanks Dave, for the speedy response :)
Andrew