aboutsummaryrefslogtreecommitdiffstats
path: root/xpointer.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-03-19 10:57:13 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-03-19 10:57:13 +0000
commitafcbe1cb12ae42a3be93249730e631d795d63a4f (patch)
treeb3c21fe05b3fdd156dd12bf6b531f49cd068240f /xpointer.c
parentd007d6c53e6ef461d45d3fd1f1d20307661bce13 (diff)
downloadandroid_external_libxml2-afcbe1cb12ae42a3be93249730e631d795d63a4f.tar.gz
android_external_libxml2-afcbe1cb12ae42a3be93249730e631d795d63a4f.tar.bz2
android_external_libxml2-afcbe1cb12ae42a3be93249730e631d795d63a4f.zip
Did the boring cleanup job now that stuff works okay again:
- xpath.[ch] xpointer.c: restaured the Binary and API compatibility cleaned up the parser internals, refactored XPath code, added new compilation based APIs and cleanly separated public and private APIs. Daniel
Diffstat (limited to 'xpointer.c')
-rw-r--r--xpointer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xpointer.c b/xpointer.c
index da6ac7fb..ccb4789f 100644
--- a/xpointer.c
+++ b/xpointer.c
@@ -982,7 +982,6 @@ xmlXPtrEvalXPtrPart(xmlXPathParserContextPtr ctxt, xmlChar *name) {
CUR_PTR = buffer;
xmlXPathEvalExpr(ctxt);
- xmlXPathRunEval(ctxt);
CUR_PTR=left;
#ifdef XPTR_XMLNS_SCHEME
} else if (xmlStrEqual(name, (xmlChar *) "xmlns")) {