updated bundled expat to 2.2.0

This commit is contained in:
Guenter Obiltschnig
2016-07-03 10:28:11 +02:00
parent de8d379d26
commit 8b21d3a9de
8 changed files with 515 additions and 332 deletions

View File

@@ -71,3 +71,25 @@
#define inline
#endif
#endif
#ifndef UNUSED_P
# ifdef __GNUC__
# define UNUSED_P(p) UNUSED_ ## p __attribute__((__unused__))
# else
# define UNUSED_P(p) UNUSED_ ## p
# endif
#endif
#ifdef __cplusplus
extern "C" {
#endif
void
align_limit_to_full_utf8_characters(const char * from, const char ** fromLimRef);
#ifdef __cplusplus
}
#endif