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 483a412a..b02f25b2 100644
--- a/eval.c
+++ b/eval.c
@@ -916,7 +916,7 @@ static val op_modplace(val form, val env)
val place = second(form);
val third_arg_p = rest(rest(form));
val newform = if3(car(third_arg_p), third(form), nil);
- val newval;
+ val newval = nil;
val *loc = 0;
if (op == push_s) {