mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* gdb_expat.h (XMLCALL): Define if not already defined.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-02-20 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb_expat.h (XMLCALL): Define if not already defined.
|
||||
|
||||
2007-02-20 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Makefile.in (symfile.o): Update dependencies.
|
||||
|
||||
@@ -31,4 +31,10 @@
|
||||
# define XML_STATUS_ERROR 0
|
||||
#endif
|
||||
|
||||
/* Old versions of expat do not define this macro, so define it
|
||||
as void. */
|
||||
#ifndef XMLCALL
|
||||
#define XMLCALL
|
||||
#endif
|
||||
|
||||
#endif /* !defined(GDB_EXPAT_H) */
|
||||
|
||||
Reference in New Issue
Block a user