libidav/davqlparser.h

changeset 108
0199f13c7fe2
parent 107
a0903d2d8e3e
child 111
39f4c5fcaa60
--- a/libidav/davqlparser.h	Wed May 13 20:18:36 2015 +0200
+++ b/libidav/davqlparser.h	Wed May 13 20:29:11 2015 +0200
@@ -295,11 +295,14 @@
 /** An expression has been expected, but was not found. */
 #define DAVQL_ERROR_MISSING_EXPR 12
 
+/** The type of the expression could not be determined. */
+#define DAVQL_ERROR_INVALID_EXPR 21
+
 /** An operator has been found for a unary expression, but it is invalid. */
-#define DAVQL_ERROR_INVALID_UNARY_OP 21
+#define DAVQL_ERROR_INVALID_UNARY_OP 22
 
 /** Invalid format specifier. */
-#define DAVQL_ERROR_INVALID_FMTSPEC 22
+#define DAVQL_ERROR_INVALID_FMTSPEC 23
 
 /** The depth is invalid. */
 #define DAVQL_ERROR_INVALID_DEPTH 101

mercurial