1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-02 20:42:30 +03:00

regexp: Hide debugging code behind DEBUG_REGEXP

xmlRegexpPrint is now a deprecated no-op.
This commit is contained in:
Nick Wellnhofer
2025-02-22 20:31:45 +01:00
parent 4649f28f77
commit 6fc260760a
3 changed files with 46 additions and 33 deletions

View File

@ -381,6 +381,7 @@ deprecated_funcs = {
'xmlRecoverDoc': True,
'xmlRecoverFile': True,
'xmlRecoverMemory': True,
'xmlRegexpPrint': True,
'xmlRegisterHTTPPostCallbacks': True,
'xmlRelaxNGCleanupTypes': True,
'xmlRelaxNGInitTypes': True,