summaryrefslogtreecommitdiff
path: root/include/libxml/xpath.h
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2023-04-30 12:57:09 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2023-04-30 13:18:17 +0200
commitfa993130f91a09c5b8d1454514a4ad44dd54f116 (patch)
treebdc7d9e563cc9dab70e5d29c829351eab7b8a0ba /include/libxml/xpath.h
parenta5bc4605838335dd6bee9374fcb6b4718b2f5a5a (diff)
downloadlibxml2-fa993130f91a09c5b8d1454514a4ad44dd54f116.tar.gz
xpath: Remove remaining references to valueFrame
Fixes #529.
Diffstat (limited to 'include/libxml/xpath.h')
-rw-r--r--include/libxml/xpath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libxml/xpath.h b/include/libxml/xpath.h
index b57985a2..6dae0780 100644
--- a/include/libxml/xpath.h
+++ b/include/libxml/xpath.h
@@ -400,7 +400,7 @@ struct _xmlXPathParserContext {
int xptr; /* it this an XPointer expression */
xmlNodePtr ancestor; /* used for walking preceding axis */
- int valueFrame; /* unused */
+ int valueFrame; /* always zero for compatibility */
};
/************************************************************************