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 9cfeba03..2cf3e36e 100644
--- a/eval.c
+++ b/eval.c
@@ -1895,7 +1895,7 @@ static val rt_defvarl(val sym)
val new_p;
val cell = gethash_c(self, top_vb, sym, mkcloc(new_p));
- if (new_p) {
+ if (new_p || !cdr(cell)) {
uw_purge_deferred_warning(cons(var_s, sym));
uw_purge_deferred_warning(cons(sym_s, sym));
remhash(top_smb, sym);