libidav/davqlparser.h

changeset 111
39f4c5fcaa60
parent 108
0199f13c7fe2
child 113
412b06dc0162
equal deleted inserted replaced
110:53895e9a4bbb 111:39f4c5fcaa60
293 #define DAVQL_ERROR_MISSING_TOKEN 11 293 #define DAVQL_ERROR_MISSING_TOKEN 11
294 294
295 /** An expression has been expected, but was not found. */ 295 /** An expression has been expected, but was not found. */
296 #define DAVQL_ERROR_MISSING_EXPR 12 296 #define DAVQL_ERROR_MISSING_EXPR 12
297 297
298 /** A closed parenthesis ')' is missing. */
299 #define DAVQL_ERROR_MISSING_PAR 13
300
298 /** The type of the expression could not be determined. */ 301 /** The type of the expression could not be determined. */
299 #define DAVQL_ERROR_INVALID_EXPR 21 302 #define DAVQL_ERROR_INVALID_EXPR 21
300 303
301 /** An operator has been found for a unary expression, but it is invalid. */ 304 /** An operator has been found for a unary expression, but it is invalid. */
302 #define DAVQL_ERROR_INVALID_UNARY_OP 22 305 #define DAVQL_ERROR_INVALID_UNARY_OP 22

mercurial