1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

parser: Undeprecate ctxt->directory

This commit is contained in:
Nick Wellnhofer 2024-07-02 22:32:43 +02:00
parent 8fb1dc9a62
commit 205e56dafe

View File

@ -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 */