mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* server.h (buffer_xml_printf): Remove redundant `;'.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-04-12 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
|
* server.h (buffer_xml_printf): Remove redundant `;'.
|
||||||
|
|
||||||
2010-04-12 Pedro Alves <pedro@codesourcery.com>
|
2010-04-12 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* regcache.c (set_register_cache): Invalidate regcaches before
|
* regcache.c (set_register_cache): Invalidate regcaches before
|
||||||
|
@ -444,7 +444,7 @@ char* buffer_finish (struct buffer *buffer);
|
|||||||
/* Simple printf to BUFFER function. Current implemented formatters:
|
/* Simple printf to BUFFER function. Current implemented formatters:
|
||||||
%s - grow an xml escaped text in OBSTACK. */
|
%s - grow an xml escaped text in OBSTACK. */
|
||||||
void buffer_xml_printf (struct buffer *buffer, const char *format, ...)
|
void buffer_xml_printf (struct buffer *buffer, const char *format, ...)
|
||||||
ATTR_FORMAT (printf, 2, 3);;
|
ATTR_FORMAT (printf, 2, 3);
|
||||||
|
|
||||||
#define buffer_grow_str(BUFFER,STRING) \
|
#define buffer_grow_str(BUFFER,STRING) \
|
||||||
buffer_grow (BUFFER, STRING, strlen (STRING))
|
buffer_grow (BUFFER, STRING, strlen (STRING))
|
||||||
|
Reference in New Issue
Block a user