This is the mail archive of the gcc-patches@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: [patch] Fix PR 23439/23440, two alternatives


On Mon, Oct 17, 2005 at 03:10:23PM +0200, Volker Reichelt wrote:
> +  else if (token == &eof_token)

No place else do we reference eof_token directly.
We check type == CPP_EOF.

I'm sure Mark would want a comment saying why we're doing this.


r~


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