diff options
author | Dave Beckett <dave@dajobe.org> | 2002-04-27 18:48:32 +0000 |
---|---|---|
committer | Dave Beckett <dave@dajobe.org> | 2002-04-27 18:48:32 +0000 |
commit | 946267142e1618bb120346e05a94c104d9cb48f1 (patch) | |
tree | 7f5e0a5d923648874653a4267ad30f03187348bd /acconfig.h | |
parent | a164b295a046c895509666ce75819cf260e079a9 (diff) | |
download | raptor-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |