summaryrefslogtreecommitdiff
path: root/xsd/examples/cxx/parser/performance/driver.cxx
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-23 15:25:44 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-23 15:25:44 +0200
commit8286ac511144e4f17d34eac9affb97e50646344a (patch)
treef1af7320d7b6be6be059216d0ad08ac7b4f73fd0 /xsd/examples/cxx/parser/performance/driver.cxx
parenta15cf65c44d5c224169c32ef5495b68c758134b7 (diff)
Imported Upstream version 4.0.0upstream/4.0.0
Diffstat (limited to 'xsd/examples/cxx/parser/performance/driver.cxx')
-rw-r--r--xsd/examples/cxx/parser/performance/driver.cxx4
1 files changed, 1 insertions, 3 deletions
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 <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#include <string>
@@ -22,7 +21,6 @@
# include <xsd/cxx/xml/sax/bits/error-handler-proxy.hxx>
# include <xsd/cxx/parser/error-handler.hxx>
-
#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
}