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