diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2001-03-19 10:57:13 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2001-03-19 10:57:13 +0000 |
| commit | afcbe1cb12ae42a3be93249730e631d795d63a4f (patch) | |
| tree | b3c21fe05b3fdd156dd12bf6b531f49cd068240f /xpointer.c | |
| parent | d007d6c53e6ef461d45d3fd1f1d20307661bce13 (diff) | |
| download | android_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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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")) { |
