mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-27 18:50:07 +03:00
parser: Undeprecate ctxt->directory
This commit is contained in:
parent
8fb1dc9a62
commit
205e56dafe
@ -282,8 +282,8 @@ struct _xmlParserCtxt {
|
||||
/* unused */
|
||||
int token XML_DEPRECATED_MEMBER;
|
||||
|
||||
/* unused */
|
||||
char *directory XML_DEPRECATED_MEMBER;
|
||||
/* unused internally, still used downstream */
|
||||
char *directory;
|
||||
|
||||
/* Node name stack */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user