This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [PATCH 01/11 v5] Introduce common/errors.h


Doug Evans wrote:
> Gary Benson writes:
> > +#ifdef GDBSERVER
> > +#include "server.h"
> > +#else
> > +#include "defs.h"
> > +#endif
> > +#include "errors.h"
> 
> Nit: The introductory email to this patch series didn't mention
> this instance of #ifdef GDBSERVER.  Needed?

It's removed in patch 8 of the series.
It's only here to ensure the series builds at every step.

Thanks,
Gary

-- 
http://gbenson.net/


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