mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
1.0 KiB

  1. --- ./LibXML.xs.orig 2003-12-13 19:56:03.000000000 -0300
  2. +++ ./LibXML.xs 2003-12-13 19:56:33.000000000 -0300
  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. #define TEST_PERL_FLAG(flag) \
  21. SvTRUE(perl_get_sv(flag, FALSE)) ? 1 : 0