avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Paste structure tokens with the preprocessor ##?


From: Bob Paddock
Subject: Re: [avr-gcc-list] Paste structure tokens with the preprocessor ##?
Date: Thu, 08 Nov 2007 14:38:45 -0500
User-agent: Opera Mail/9.10 (Win32)

On Thu, 08 Nov 2007 14:23:27 -0500, Joerg Wunsch <address@hidden> wrote:

Is it valid to paste structure tokens with
the preprocessor ## operator?

That's not the purpose of that operator.

The solution turns out to be just don't use
the ## operator at all, and I got the
effect that I wanted.

I subsequently found

http://www.delorie.com/gnu/docs/gcc/cpp_18.html

that explains it.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]