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: two one-line fixes for cpphash.c


On Tue, Mar 14, 2000 at 11:10:18PM -0300, Alexandre Oliva wrote:
> On Mar  9, 2000, Zack Weinberg <zack@wolery.cumb.org> wrote:
> 
> > +	      && !strncmp (tok, "__VA_ARGS__", sizeof "__VA_ARGS__" - 1))
> 
> This is wrong.  It also warns if the parameter name is
> `__VA_ARGS__foobar'.  Here's a patch.  Ok to install?

Yes, this is ok.

zw

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