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 af712130..8ae828fe 100644
--- a/eval.c
+++ b/eval.c
@@ -782,7 +782,7 @@ static val op_modplace(val form, val env)
/* TODO: dispatch these with hash table. */
val sym = car(place);
if (sym == dwim_s) {
- val ret;
+ val ret = nil;
loc = dwim_loc(place, env, op, newval, &ret);
if (loc == 0)
return ret;