This is the mail archive of the gcc-bugs@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: preprocessor bug: @ + MACRO does not work in gcc-3.0


Zack Weinberg wrote:-

> > 1) Is it a good idea to introduce yet another token type, when CPP_OTHER
> >    would do (from what I can see)?
> 
> It makes life easier for the front end, which doesn't have access to
> the cpp_token at the point we have to detect '@'.  And it's
> consistent; all other significant punctuators get their own token types.

Good point.

Neil.


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