parser: Undeprecate input->consumed

Should be deprecated after fixing #762.
This commit is contained in:
Nick Wellnhofer 2025-03-09 20:30:49 +01:00
parent a0dbf030ee
commit ba9148d8a5

View File

@ -94,7 +94,7 @@ struct _xmlParserInput {
/* Current column */
int col;
/* How many xmlChars already consumed */
unsigned long consumed XML_DEPRECATED_MEMBER;
unsigned long consumed;
/* function to deallocate the base */
xmlParserInputDeallocate free XML_DEPRECATED_MEMBER;
/* unused */