This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Objective C lexer - small cleanup
- To: Zack Weinberg <zackw at Stanford dot EDU>
- Subject: Re: Objective C lexer - small cleanup
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Fri, 29 Jun 2001 07:55:51 +0100
- Cc: Stan Shebs <shebs at apple dot com>, gcc-patches at gcc dot gnu dot org
Zack Weinberg wrote:-
> > I like your patch. I'm just a little wary of getting too much code
> > dependent on the lookahead mechanism. But that shouldn't stop your
> > patch going in.
>
> Is this because you want to change the lookahead mechanism, or you're
> worried about it not working correctly, or what?
Both :-) It'd be nice to merge it with Mark's, though that might not
be possible since one would be operating withing cpp_get_token () and
one outside. Still, it's worth considering.
Neil.