aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/process.c b/process.c
index 5fc7ee1444..f5d84973c4 100644
--- a/process.c
+++ b/process.c
@@ -2328,8 +2328,8 @@ rb_execarg_fixup(VALUE execarg_obj)
}
else {
st_insert(stenv, (st_data_t)key, (st_data_t)val);
- OBJ_WRITTEN(envtbl, Qundef, key);
- OBJ_WRITTEN(envtbl, Qundef, val);
+ RB_OBJ_WRITTEN(envtbl, Qundef, key);
+ RB_OBJ_WRITTEN(envtbl, Qundef, val);
}
}
}