mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
trying to fix #102037 Daniel
* python/libxml_wrap.h: trying to fix #102037 Daniel
This commit is contained in:
@ -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>
|
Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* SAX.c: fixing bug #95296, when the predefined entities
|
* SAX.c: fixing bug #95296, when the predefined entities
|
||||||
|
@ -30,10 +30,9 @@
|
|||||||
#ifdef ATTRIBUTE_UNUSED
|
#ifdef ATTRIBUTE_UNUSED
|
||||||
#undef ATTRIBUTE_UNUSED
|
#undef ATTRIBUTE_UNUSED
|
||||||
#endif
|
#endif
|
||||||
#include <ansidecl.h>
|
|
||||||
#ifndef ATTRIBUTE_UNUSED
|
#ifndef ATTRIBUTE_UNUSED
|
||||||
#define ATTRIBUTE_UNUSED
|
#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
|
||||||
#endif
|
#endif /* ATTRIBUTE_UNUSED */
|
||||||
#else
|
#else
|
||||||
#define ATTRIBUTE_UNUSED
|
#define ATTRIBUTE_UNUSED
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user