Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit dd5adf5

Browse files
committed
Undeprecate xmlKeepBlanksDefault
1 parent 4b3f860 commit dd5adf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/libxml/parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ XML_DEPRECATED XMLPUBFUN int
948948
xmlSubstituteEntitiesDefault(int val);
949949
XML_DEPRECATED XMLPUBFUN int
950950
xmlThrDefSubstituteEntitiesDefaultValue(int v);
951-
XML_DEPRECATED XMLPUBFUN int
951+
XMLPUBFUN int
952952
xmlKeepBlanksDefault (int val);
953953
XML_DEPRECATED XMLPUBFUN int
954954
xmlThrDefKeepBlanksDefaultValue(int v);

0 commit comments

Comments
 (0)