summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2002-04-27 18:48:32 +0000
committerDave Beckett <dave@dajobe.org>2002-04-27 18:48:32 +0000
commit946267142e1618bb120346e05a94c104d9cb48f1 (patch)
tree7f5e0a5d923648874653a4267ad30f03187348bd /acconfig.h
parenta164b295a046c895509666ce75819cf260e079a9 (diff)
downloadraptor-946267142e1618bb120346e05a94c104d9cb48f1.tar.gz
Rename EXPAT_ERROR_CRASH to EXPAT_NO_UTF8_BOM - expat 1.95.1
fails on an initial UTF-8 BOM sequence. expat 1.95.2 onwards fixes this.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/acconfig.h b/acconfig.h
index 997c9d5d..27f20906 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -18,5 +18,5 @@
/* need 'extern int optind' declaration? */
#undef NEED_OPTIND_DECLARATION
-/* does expat crash in error handling? */
-#undef EXPAT_ERROR_CRASH
+/* does expat crash when it sees an initial UTF8 BOM? */
+#undef EXPAT_UTF8_BOM_CRASH