summaryrefslogtreecommitdiff
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 2bb66cd8d8..06232b014f 100644
--- a/eval.c
+++ b/eval.c
@@ -7744,7 +7744,7 @@ static void
scope_dup(scope)
struct SCOPE *scope;
{
- ID *tbl;
+ volatile ID *tbl;
VALUE *vars;
scope->flags |= SCOPE_DONT_RECYCLE;