REALLOC
#define REALLOC(b,n,i,err) \
#define REALLOC 10
# define REALLOC(parser, p, s) (expat_realloc((parser), (p), (s), __LINE__))
# define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s)))
#define REALLOC(sp, p, size) { \