| Index: third_party/expat/files/lib/xmltok.c
|
| diff --git a/third_party/expat/files/lib/xmltok.c b/third_party/expat/files/lib/xmltok.c
|
| index 068afdec6e1e3bf5aa0e4c4eb7e87f112e858926..bf09dfc72b9fc85384f06850284d21c96ebc1cfa 100644
|
| --- a/third_party/expat/files/lib/xmltok.c
|
| +++ b/third_party/expat/files/lib/xmltok.c
|
| @@ -8,7 +8,7 @@
|
| #include "winconfig.h"
|
| #elif defined(MACOS_CLASSIC)
|
| #include "macconfig.h"
|
| -#elif defined(__amigaos4__)
|
| +#elif defined(__amigaos__)
|
| #include "amigaconfig.h"
|
| #elif defined(__WATCOMC__)
|
| #include "watcomconfig.h"
|
| @@ -1345,7 +1345,7 @@ unknown_toUtf16(const ENCODING *enc,
|
| ENCODING *
|
| XmlInitUnknownEncoding(void *mem,
|
| int *table,
|
| - CONVERTER convert,
|
| + CONVERTER convert,
|
| void *userData)
|
| {
|
| int i;
|
| @@ -1639,7 +1639,7 @@ initScan(const ENCODING * const *encodingTable,
|
| ENCODING *
|
| XmlInitUnknownEncodingNS(void *mem,
|
| int *table,
|
| - CONVERTER convert,
|
| + CONVERTER convert,
|
| void *userData)
|
| {
|
| ENCODING *enc = XmlInitUnknownEncoding(mem, table, convert, userData);
|
|
|