trying to fix #102037 Daniel

* python/libxml_wrap.h: trying to fix #102037
Daniel
diff --git a/ChangeLog b/ChangeLog
index 2a8da04..8edb7f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
+
+	* python/libxml_wrap.h: trying to fix #102037
+
 Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
 
 	* SAX.c: fixing bug #95296, when the predefined entities
diff --git a/python/libxml_wrap.h b/python/libxml_wrap.h
index 7a38f54..e318a15 100644
--- a/python/libxml_wrap.h
+++ b/python/libxml_wrap.h
@@ -30,10 +30,9 @@
 #ifdef ATTRIBUTE_UNUSED
 #undef ATTRIBUTE_UNUSED
 #endif
-#include <ansidecl.h>
 #ifndef ATTRIBUTE_UNUSED
-#define ATTRIBUTE_UNUSED
-#endif
+#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
+#endif /* ATTRIBUTE_UNUSED */
 #else
 #define ATTRIBUTE_UNUSED
 #endif