]> git.pld-linux.org Git - packages/perl-XML-LibXML.git/blob - perl-XML-LibXML-extern.patch
- pl fixes, cosmetics
[packages/perl-XML-LibXML.git] / perl-XML-LibXML-extern.patch
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.042586 seconds and 3 git commands to generate.