aboutsummaryrefslogtreecommitdiffstats
path: root/HTMLtree.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-04-01 13:11:58 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-04-01 13:11:58 +0000
commit5d4644ef6e38479a648615eca758c5e962a141d5 (patch)
treec4144bb6bd5715a3787846e3cf0eb181775df65f /HTMLtree.c
parent64354ea7d6b8e0d95f3f9bcfdc98bddd065b65fc (diff)
downloadandroid_external_libxml2-5d4644ef6e38479a648615eca758c5e962a141d5.tar.gz
android_external_libxml2-5d4644ef6e38479a648615eca758c5e962a141d5.tar.bz2
android_external_libxml2-5d4644ef6e38479a648615eca758c5e962a141d5.zip
revamped the elfgcchack.h format to cope with gcc4 change of aliasing
* doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h format to cope with gcc4 change of aliasing allowed scopes, had to add extra informations to doc/libxml2-api.xml to separate the header from the c module source. * *.c: updated all c library files to add a #define bottom_xxx and reimport elfgcchack.h thereafter, and a bit of cleanups. * doc//* testapi.c: regenerated when rebuilding the API Daniel
Diffstat (limited to 'HTMLtree.c')
-rw-r--r--HTMLtree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/HTMLtree.c b/HTMLtree.c
index 39137b71..de086db4 100644
--- a/HTMLtree.c
+++ b/HTMLtree.c
@@ -1188,4 +1188,6 @@ htmlSaveFileEnc(const char *filename, xmlDocPtr cur, const char *encoding) {
#endif /* LIBXML_OUTPUT_ENABLED */
+#define bottom_HTMLtree
+#include "elfgcchack.h"
#endif /* LIBXML_HTML_ENABLED */