xml performance fixup

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38537 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2015-05-25 10:01:03 +00:00
parent 082cb247f1
commit 50d5d7789b
2 changed files with 14 additions and 3 deletions

View file

@ -45,7 +45,7 @@ NSString* const NSXMLParserErrorDomain = @"NSXMLParserErrorDomain";
static NSNull *null = nil;
#if 0 && defined(HAVE_LIBXML)
#if defined(HAVE_LIBXML)
/* We support a strict libxml2 based parser ... but sometimes we need a
* sloppier parser which copes with bad XML generated by Apple's software,