summaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex.c b/regex.c
index 5e5fd66f..61d25914 100644
--- a/regex.c
+++ b/regex.c
@@ -1232,7 +1232,7 @@ static val reg_derivative_list(val exp_list, val ch)
return cons(compound_s, rest(exp_list));
else
return cons(compound_s,
- cons(reg_derivative(d_first, ch), rest(exp_list)));
+ cons(d_first, rest(exp_list)));
}
} else {
return reg_derivative(first(exp_list), ch);