commit | 2c05f1b50729f30315defce0c91b989cbaeb0739 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Nov 16 13:36:09 2017 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Nov 16 13:36:09 2017 +0100 |
tree | 4e6d3d35088b5710f3f686f343814e269fd7ee04 | |
parent | 99815913fe9a05f65953a1e34bbb2153bd46f7ef [diff] [blame] |
xpath BUGFIX unary expressions must be handled separately Fixes #393
diff --git a/src/xpath.h b/src/xpath.h index 86a4823..f83751a 100644 --- a/src/xpath.h +++ b/src/xpath.h
@@ -118,6 +118,7 @@ LYXP_EXPR_RELATIONAL, LYXP_EXPR_ADDITIVE, LYXP_EXPR_MULTIPLICATIVE, + LYXP_EXPR_UNARY, LYXP_EXPR_UNION, };