- 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/xpath.h b/xpath.h
index 505fa84..149b0be 100644
--- a/xpath.h
+++ b/xpath.h
@@ -15,7 +15,7 @@
 #include "tree.h"
 
 #ifdef __cplusplus
-#define extern "C" {
+extern "C" {
 #endif
 
 typedef struct xmlXPathParserContext *xmlXPathParserContextPtr;