mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
parser: Undeprecate input->consumed
Should be deprecated after fixing #762.
This commit is contained in:
parent
a0dbf030ee
commit
ba9148d8a5
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user