summaryrefslogtreecommitdiff
path: root/pack.c
diff options
context:
space:
mode:
Diffstat (limited to 'pack.c')
-rw-r--r--pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pack.c b/pack.c
index 6e515b2140..82ef4f1c71 100644
--- a/pack.c
+++ b/pack.c
@@ -2046,5 +2046,5 @@ Init_pack(void)
rb_define_method(rb_cArray, "pack", pack_pack, 1);
rb_define_method(rb_cString, "unpack", pack_unpack, 1);
- id_associated = rb_intern_const("__pack_associated__");
+ id_associated = rb_make_internal_id();
}