Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 33651
Collapse All | Expand All

(-)XML-LibXML-1.56.orig/LibXML.xs (-6 / +6 lines)
Lines 70-82 Link Here
70
extern int xmlSubstituteEntitiesDefaultVal;
70
extern int xmlSubstituteEntitiesDefaultVal;
71
#define xmlSubstituteEntitiesDefaultValue xmlSubstituteEntitiesDefaultVal
71
#define xmlSubstituteEntitiesDefaultValue xmlSubstituteEntitiesDefaultVal
72
#else
72
#else
73
LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultValue;
73
LIBXML_DLL_IMPORT int xmlDoValidityCheckingDefaultValue;
74
LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultValue;
74
LIBXML_DLL_IMPORT int xmlSubstituteEntitiesDefaultValue;
75
#endif
75
#endif
76
LIBXML_DLL_IMPORT extern int xmlGetWarningsDefaultValue;
76
LIBXML_DLL_IMPORT int xmlGetWarningsDefaultValue;
77
LIBXML_DLL_IMPORT extern int xmlKeepBlanksDefaultValue;
77
LIBXML_DLL_IMPORT int xmlKeepBlanksDefaultValue;
78
LIBXML_DLL_IMPORT extern int xmlLoadExtDtdDefaultValue;
78
LIBXML_DLL_IMPORT int xmlLoadExtDtdDefaultValue;
79
LIBXML_DLL_IMPORT extern int xmlPedanticParserDefaultValue;
79
LIBXML_DLL_IMPORT int xmlPedanticParserDefaultValue;
80
80
81
#define TEST_PERL_FLAG(flag) \
81
#define TEST_PERL_FLAG(flag) \
82
    SvTRUE(perl_get_sv(flag, FALSE)) ? 1 : 0
82
    SvTRUE(perl_get_sv(flag, FALSE)) ? 1 : 0

Return to bug 33651