code. Get a rid of this duplication.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101103
13f79535-47bb-0310-9956-
ffa450edef68
current = new;
break;
- case TOKEN_NOT:
- switch (current->token.type) {
- case TOKEN_STRING:
- case TOKEN_RE:
- case TOKEN_RBRACE:
- case TOKEN_GROUP:
- ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "Invalid expression "
- "\"%s\" in file %s", expr, r->filename);
- *was_error = 1;
- return retval;
-
- default:
- break;
- }
-
- current->right = new;
- new->parent = current;
- current = new;
- break;
-
case TOKEN_EQ:
case TOKEN_NE:
case TOKEN_GE:
}
break;
+ case TOKEN_NOT:
case TOKEN_LBRACE:
switch (current->token.type) {
case TOKEN_STRING: