From 8286ac511144e4f17d34eac9affb97e50646344a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:25:44 +0200 Subject: Imported Upstream version 4.0.0 --- xsd/examples/cxx/parser/performance/driver.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xsd/examples/cxx/parser/performance/driver.cxx') diff --git a/xsd/examples/cxx/parser/performance/driver.cxx b/xsd/examples/cxx/parser/performance/driver.cxx index 422f2b9..302464e 100644 --- a/xsd/examples/cxx/parser/performance/driver.cxx +++ b/xsd/examples/cxx/parser/performance/driver.cxx @@ -1,5 +1,4 @@ // file : examples/cxx/parser/performance/driver.cxx -// author : Boris Kolpackov // copyright : not copyrighted - public domain #include @@ -22,7 +21,6 @@ # include # include - #endif // No-op parser implementation. @@ -256,7 +254,7 @@ main (int argc, char* argv[]) eh.throw_if_failed (); parser->setFeature (XMLUni::fgXercesUseCachedGrammarInParse, true); -#if _XERCES_VERSION >= 30000 +#if _XERCES_VERSION >= 30100 parser->setFeature (XMLUni::fgXercesLoadSchema, false); #endif } -- cgit v1.2.3