summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index d6be711f..5e1c7d13 100644
--- a/eval.c
+++ b/eval.c
@@ -368,6 +368,8 @@ static val bindings_helper(val vars, val env, val sequential, val ctx_form)
car(ctx_form), item, nao);
var = first(item);
val = eval(second(item), nenv, ctx_form);
+ } else {
+ var = item;
}
if (symbolp(var)) {