This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 04/13] constify maint.c
- From: Tom Tromey <tromey at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 24 Jul 2014 09:17:32 -0600
- Subject: Re: [PATCH 04/13] constify maint.c
- Authentication-results: sourceware.org; auth=none
- References: <1406055319-26380-1-git-send-email-tromey at redhat dot com> <1406055319-26380-5-git-send-email-tromey at redhat dot com> <53D065A2 dot 9010007 at redhat dot com>
>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
Pedro> I wouldn't mind removing the unnecessary parens
Pedro> in '*(arg)' while we're touching this.
I agree. I'm making this change.
Tom