error was caught during the evaluation stage)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101104
13f79535-47bb-0310-9956-
ffa450edef68
if (!current) {
switch (new->token.type) {
case TOKEN_STRING:
- case TOKEN_RE:
case TOKEN_NOT:
case TOKEN_LBRACE:
root = current = new;
switch (current->token.type) {
case TOKEN_EQ:
case TOKEN_NE:
- case TOKEN_AND:
- case TOKEN_OR:
- case TOKEN_LBRACE:
- case TOKEN_NOT:
new->parent = current;
current = current->right = new;
++regex;