- 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/nanohttp.h b/nanohttp.h
index 7b2fd3d..aeefe40 100644
--- a/nanohttp.h
+++ b/nanohttp.h
@@ -9,7 +9,7 @@
 #ifndef __NANO_HTTP_H__
 #define __NANO_HTTP_H__
 #ifdef __cplusplus
-#define extern "C" {
+extern "C" {
 #endif
 int	xmlNanoHTTPFetch	(const char *URL,
 				 const char *filename,