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: Possible bug in preprocessor


JoseD wrote:
@James What do you mean by 16.3.3/3? GCC's version ?

This is a reference to the ISO C standard.


Still don't see what the problem whith 2 tokens is...

The problem is the fact that they are 2 tokens. You can do a ## b to create ab, but you can not do a ## ( to create a( because a( is two tokens. See the ISO C standard.
--
Jim Wilson, GNU Tools Support, http://www.specifix.com



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