--- embedaddon/libxml2/include/libxml/parser.h 2013/07/22 01:22:22 1.1.1.2 +++ embedaddon/libxml2/include/libxml/parser.h 2013/07/22 01:28:51 1.1.1.2.2.1 @@ -310,6 +310,7 @@ struct _xmlParserCtxt { xmlParserNodeInfo *nodeInfoTab; /* array of nodeInfos */ int input_id; /* we need to label inputs */ + unsigned long sizeentcopy; /* volume of entity copy */ }; /**