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: [c++] pedwarn about invalid pure specifiers (e.g "= 0L")


Hi,

On Wed, 25 Feb 2004, Neil Booth wrote:

> > +#define SINGLE_DIGIT	STRINGIFY_ARG /* If this token was a single digit.  */
> > +
> >  /* A preprocessing token.  This has been carefully packed and should
> >     occupy 16 bytes on 32-bit hosts and 24 bytes on 64-bit hosts.  */
> >  struct cpp_token
> 
> Since SINGLE_DIGIT is nothing to do with the cpplib interface, this
> belongs elsewhere.   Perhaps c-common.h?

As c-common.h includes cpplib.h already, this seems like a sane place, 
yes (with a bigger comment then).


Ciao,
Michael.


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