1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-18 16:08:59 +03:00

fix a problem on last commit Daniel

* python/libxml.c: fix a problem on last commit
Daniel
This commit is contained in:
Daniel Veillard
2004-08-22 14:02:09 +00:00
parent 6ebf3c4c1a
commit 36505562ac
3 changed files with 253 additions and 247 deletions

View File

@@ -3086,6 +3086,7 @@ libxml_xmlSchemaSetValidErrors(ATTRIBUTE_UNUSED PyObject * self, PyObject * args
return(py_retval);
}
#if 0
PyObject *
libxml_xmlSchemaFreeValidCtxt(ATTRIBUTE_UNUSED PyObject * self, PyObject * args)
{
@@ -3112,6 +3113,7 @@ libxml_xmlSchemaFreeValidCtxt(ATTRIBUTE_UNUSED PyObject * self, PyObject * args)
Py_INCREF(Py_None);
return(Py_None);
}
#endif
#endif