This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 07/10] Use struct buffer in gdb_readline_no_editing
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 22 Feb 2016 14:06:04 +0000
- Subject: Re: [PATCH 07/10] Use struct buffer in gdb_readline_no_editing
- Authentication-results: sourceware.org; auth=none
- References: <1455817236-13642-1-git-send-email-palves at redhat dot com> <1455817236-13642-8-git-send-email-palves at redhat dot com>
Pedro Alves <palves@redhat.com> writes:
> +/* Append CH to the end of BUFFER. Grows the buffer to accommodate
> + the new data. */
> +static inline void
> +buffer_grow_char (struct buffer *buffer, char c)
Nit: s/Append CH /Append C /
--
Yao (éå)