summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 947d53d8..598e25a2 100644
--- a/eval.c
+++ b/eval.c
@@ -361,7 +361,7 @@ static val do_eval(val form, val env, val ctx_form,
debug_enter;
type_check(env, ENV);
- debug_check(consp(form) ? form : ctx_form, env, nil, nil, nil);
+ debug_check(consp(form) ? form : ctx_form, env, nil, nil, nil, nil);
if (nullp(form)) {
debug_return (nil);