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

parser: Deprecate xmlParserCtxt->lastError

We alredy have xmlCtxtGetLastError().
This commit is contained in:
Nick Wellnhofer
2024-06-21 18:22:04 +02:00
parent f82ca02bf5
commit 1228b4e0e7

View File

@@ -403,7 +403,7 @@ struct _xmlParserCtxt {
/*
* the complete error information for the last error.
*/
xmlError lastError;
xmlError lastError XML_DEPRECATED_MEMBER;
/* the parser mode */
xmlParserMode parseMode XML_DEPRECATED_MEMBER;
/* unused */