mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
parser: Undeprecate input->consumed
Should be deprecated after fixing #762.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user