Gcc3.4.2 C preprocessor problem

Andrew Walrond andrew@walrond.org
Fri Nov 19 17:19:00 GMT 2004


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



More information about the Gcc mailing list