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]

Re: Objective C lexer - small cleanup


Zack Weinberg wrote:
> 
> On Fri, Jun 29, 2001 at 07:59:09AM +0100, Neil Booth wrote:
> > Zack Weinberg wrote:-
> >
> > > Nothing stops the @ from being an acceptable leading character in an
> > > identifier, _and_ a token in its own right if it isn't followed by
> > > identifier characters.
> >
> > But how would you macro expand @foo?  At present foo is expanded, but
> > "@foo" isn't a macro.
> 
> It's my understanding that macro expansion after @ is only wanted for
> string constants.  Stan?

That's right.

Stan


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