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: [patch] beginnings of the macro rewrite


On Sat, Apr 22, 2000 at 08:50:19AM +0900, Neil Booth wrote:
> Zack,
> 
> Something I've noticed about do_define: empty is always 0.  Can we
> scrap it if it is not needed?

Argh.  Typo on my part:

  if (list->tokens_used == 2 && list->tokens[1].type == CPP_VSPACE)
    empty = 0;  /* Empty definition of object-like macro.  */

That should be a 1.  I'll fix that at the same time I put back the
traditional macro junk.

zw

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