This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 01/11 v5] Introduce common/errors.h
- From: Gary Benson <gbenson at redhat dot com>
- To: Doug Evans <dje at google dot com>
- Cc: gdb-patches at sourceware dot org, Pedro Alves <palves at redhat dot com>, Tom Tromey <tromey at redhat dot com>
- Date: Wed, 6 Aug 2014 17:29:40 +0100
- Subject: Re: [PATCH 01/11 v5] Introduce common/errors.h
- Authentication-results: sourceware.org; auth=none
- References: <1406888377-25795-1-git-send-email-gbenson at redhat dot com> <1406888377-25795-2-git-send-email-gbenson at redhat dot com> <21474 dot 21959 dot 405429 dot 703789 at ruffy dot mtv dot corp dot google dot com>
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/