This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Gcc3.4.2 C preprocessor problem


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]