]> git.pld-linux.org Git - packages/perl-XML-LibXML.git/blame - perl-XML-LibXML-extern.patch
- don't remove_parser on upgrade
[packages/perl-XML-LibXML.git] / perl-XML-LibXML-extern.patch
CommitLineData
43053c77
JB
1--- XML-LibXML-1.56/LibXML.xs.orig Sat Aug 23 02:07:07 2003
2+++ XML-LibXML-1.56/LibXML.xs Wed Jan 7 15:07:04 2004
3@@ -70,13 +70,13 @@
4 extern int xmlSubstituteEntitiesDefaultVal;
5 #define xmlSubstituteEntitiesDefaultValue xmlSubstituteEntitiesDefaultVal
6 #else
7-LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultValue;
8-LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultValue;
9+LIBXML_DLL_IMPORT int xmlDoValidityCheckingDefaultValue;
10+LIBXML_DLL_IMPORT int xmlSubstituteEntitiesDefaultValue;
11 #endif
12-LIBXML_DLL_IMPORT extern int xmlGetWarningsDefaultValue;
13-LIBXML_DLL_IMPORT extern int xmlKeepBlanksDefaultValue;
14-LIBXML_DLL_IMPORT extern int xmlLoadExtDtdDefaultValue;
15-LIBXML_DLL_IMPORT extern int xmlPedanticParserDefaultValue;
16+LIBXML_DLL_IMPORT int xmlGetWarningsDefaultValue;
17+LIBXML_DLL_IMPORT int xmlKeepBlanksDefaultValue;
18+LIBXML_DLL_IMPORT int xmlLoadExtDtdDefaultValue;
19+LIBXML_DLL_IMPORT int xmlPedanticParserDefaultValue;
20
21 #define TEST_PERL_FLAG(flag) \
22 SvTRUE(perl_get_sv(flag, FALSE)) ? 1 : 0
This page took 0.104613 seconds and 4 git commands to generate.