1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

parser: Move progressive flag into input struct

This commit is contained in:
Nick Wellnhofer
2023-12-26 03:13:05 +01:00
parent 4f14fe9cf7
commit 6a9a88a17f
6 changed files with 27 additions and 27 deletions

View File

@@ -264,7 +264,7 @@ struct _xmlParserCtxt {
int linenumbers; /* set line number in element content */
void *catalogs; /* document's own catalog */
int recovery; /* run in recovery mode */
int progressive; /* is this a progressive parsing */
int progressive; /* unused */
xmlDictPtr dict; /* dictionary for the parser */
const xmlChar * *atts; /* array for the attributes callbacks */
int maxatts; /* the size of the array */