summaryrefslogblamecommitdiffstats
path: root/textproc/libxml2/files/patch-include_libxml_parser.h
blob: 03632be45452773aeec76283e0b15b01cd2db67f (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                           
--- include/libxml/parser.h.orig    2012-05-15 03:09:43.000000000 +0000
+++ include/libxml/parser.h 2013-03-13 09:42:57.000000000 +0000
@@ -310,6 +310,7 @@
     xmlParserNodeInfo *nodeInfoTab;   /* array of nodeInfos */
 
     int                input_id;      /* we need to label inputs */
+    unsigned long      sizeentcopy;  /* volume of entity copy */
 };
 
 /**