- release 1.8.2 - HTML handling improvement - new tree handling functions

- release 1.8.2
- HTML handling improvement
- new tree handling functions
- default namespace on attribute bug fixed
- libxml use for C++ fixed (for good this time !)
Daniel
diff --git a/debugXML.h b/debugXML.h
index 5bec396..9c77496 100644
--- a/debugXML.h
+++ b/debugXML.h
@@ -10,7 +10,7 @@
 #include "tree.h"
 
 #ifdef __cplusplus
-#define extern "C" {
+extern "C" {
 #endif
 extern void xmlDebugDumpString(FILE *output, const xmlChar *str);
 extern void xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth);