mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2024-12-02 17:26:24 +00:00
fixed a couple of problems in the new elfgcchack.h trick pointed by Peter
* libxml.h uri.c: fixed a couple of problems in the new elfgcchack.h trick pointed by Peter Breitenlohner Daniel
This commit is contained in:
parent
add93d3e9e
commit
be3eb2088e
@ -1,3 +1,8 @@
|
||||
Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* libxml.h uri.c: fixed a couple of problems in the new
|
||||
elfgcchack.h trick pointed by Peter Breitenlohner
|
||||
|
||||
Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
|
||||
|
2
libxml.h
2
libxml.h
@ -52,9 +52,11 @@ void __xmlLoaderErr(void *ctx, const char *msg, const char *filename);
|
||||
|
||||
#ifdef IN_LIBXML
|
||||
#ifdef __GNUC__
|
||||
#ifdef PIC
|
||||
#ifdef linux
|
||||
#include "elfgcchack.h"
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif /* ! __XML_LIBXML_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user