]> git.pld-linux.org Git - packages/perl-XML-LibXML.git/commitdiff
- fix for double extern
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 7 Jan 2004 14:44:58 +0000 (14:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-XML-LibXML-extern.patch -> 1.1

perl-XML-LibXML-extern.patch [new file with mode: 0644]

diff --git a/perl-XML-LibXML-extern.patch b/perl-XML-LibXML-extern.patch
new file mode 100644 (file)
index 0000000..8372d43
--- /dev/null
@@ -0,0 +1,22 @@
+--- XML-LibXML-1.56/LibXML.xs.orig     Sat Aug 23 02:07:07 2003
++++ XML-LibXML-1.56/LibXML.xs  Wed Jan  7 15:07:04 2004
+@@ -70,13 +70,13 @@
+ extern int xmlSubstituteEntitiesDefaultVal;
+ #define xmlSubstituteEntitiesDefaultValue xmlSubstituteEntitiesDefaultVal
+ #else
+-LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultValue;
+-LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultValue;
++LIBXML_DLL_IMPORT int xmlDoValidityCheckingDefaultValue;
++LIBXML_DLL_IMPORT int xmlSubstituteEntitiesDefaultValue;
+ #endif
+-LIBXML_DLL_IMPORT extern int xmlGetWarningsDefaultValue;
+-LIBXML_DLL_IMPORT extern int xmlKeepBlanksDefaultValue;
+-LIBXML_DLL_IMPORT extern int xmlLoadExtDtdDefaultValue;
+-LIBXML_DLL_IMPORT extern int xmlPedanticParserDefaultValue;
++LIBXML_DLL_IMPORT int xmlGetWarningsDefaultValue;
++LIBXML_DLL_IMPORT int xmlKeepBlanksDefaultValue;
++LIBXML_DLL_IMPORT int xmlLoadExtDtdDefaultValue;
++LIBXML_DLL_IMPORT int xmlPedanticParserDefaultValue;
+ #define TEST_PERL_FLAG(flag) \
+     SvTRUE(perl_get_sv(flag, FALSE)) ? 1 : 0
This page took 0.475923 seconds and 4 git commands to generate.