* Optimized validation by making xml_diff work on raw cache tree (not copies)

* xmldb_get() removed unnecessary config option
This commit is contained in:
Olof hagsand 2019-04-04 11:08:28 +02:00
parent 4fbec973d7
commit e29cd7cfb9
57 changed files with 1044 additions and 263 deletions

View file

@ -839,9 +839,9 @@ xp_union(xp_ctx *xc1,
* @param[out] xrp Resulting context
*/
static int
xp_eval(xp_ctx *xc,
xp_eval(xp_ctx *xc,
xpath_tree *xs,
xp_ctx **xrp)
xp_ctx **xrp)
{
int retval = -1;