diff options
Diffstat (limited to 'pez.c')
| -rw-r--r-- | pez.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2192,7 +2192,7 @@ endscope(Comp *cm) } else { if (!l->has_k) { --cm->fenv.nvars; - if (l->mutable) { + if (l->mutable && l->scope > 0) { TRY(compop(cm, Oclose) && compbyte(cm, l->index)); } } |