* 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:
Daniel Jacobowitz 2006-10-03 15:54:01 +00:00
parent ac685e6adf
commit f2d483c447
3 changed files with 16 additions and 0 deletions

View file

@ -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. */