This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] rewrite make-target-delegates matching code
- From: Pedro Alves <palves at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>, gdb-patches at sourceware dot org
- Date: Thu, 17 Jul 2014 15:13:49 +0100
- Subject: Re: [PATCH] rewrite make-target-delegates matching code
- Authentication-results: sourceware.org; auth=none
- References: <1405522205-4768-1-git-send-email-tromey at redhat dot com>
Hi Tom,
On 07/16/2014 03:50 PM, Tom Tromey wrote:
> This patch rewrites the make-target-delegates matching code a little
> bit. The result is functionally the same (the output has some small
> whitespace differences), but the new code is more forgiving regarding
> the formatting of target.h. In particular now there's no need to
> ensure that the return type and the method name appear on the same
> line.
Looks fine to me.
Thanks,
--
Pedro Alves