summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 9cb9a635e0..3e59458dab 100644
--- a/hash.c
+++ b/hash.c
@@ -6653,7 +6653,7 @@ env_dup(VALUE obj)
rb_raise(rb_eTypeError, "Cannot dup ENV, use ENV.to_h to get a copy of ENV as a hash");
}
-const rb_data_type_t env_data_type = {
+static const rb_data_type_t env_data_type = {
"ENV",
{
NULL,