mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-29 23:36:06 +08:00
* memory-map.c (XML_STATUS_OK, XML_STATUS_ERROR): Provide default
definitions. * xml-support.c (XML_STATUS_OK, XML_STATUS_ERROR): Likewise.
This commit is contained in:
@ -33,6 +33,11 @@
|
||||
|
||||
#include "gdb_string.h"
|
||||
|
||||
#ifndef XML_STATUS_OK
|
||||
# define XML_STATUS_OK 1
|
||||
# define XML_STATUS_ERROR 0
|
||||
#endif
|
||||
|
||||
/* Returns the value of attribute ATTR from expat attribute list
|
||||
ATTRLIST. If not found, throws an exception. */
|
||||
|
||||
|
Reference in New Issue
Block a user