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

parser: Undeprecate ctxt->loadsubset

Should be deprecated after fixing #873.
This commit is contained in:
Nick Wellnhofer
2025-03-09 20:24:06 +01:00
parent 8873a49846
commit a0dbf030ee

View File

@@ -358,7 +358,7 @@ struct _xmlParserCtxt {
void *_private;
/* should the external subset be loaded */
int loadsubset XML_DEPRECATED_MEMBER;
int loadsubset;
/* set line number in element content */
int linenumbers XML_DEPRECATED_MEMBER;
/* document's own catalog */