This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Possible bug in preprocessor
- From: Jim Wilson <wilson at specifix dot com>
- To: JoseD <keriask at yahoo dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 09 Apr 2007 12:39:26 -0700
- Subject: Re: Possible bug in preprocessor
- References: <9760061.post@talk.nabble.com> <9827482.post@talk.nabble.com>
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