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