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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user