diff options
Diffstat (limited to 'libxml.h')
-rw-r--r-- | libxml.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,9 +54,11 @@ void __xmlLoaderErr(void *ctx, const char *msg, const char *filename); #ifdef __GNUC__ #ifdef PIC #ifdef linux +#if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || (__GNUC__ > 3) #include "elfgcchack.h" #endif #endif #endif #endif +#endif #endif /* ! __XML_LIBXML_H__ */ |