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 0b0ebb0202..a26e14e301 100644
--- a/pack.c
+++ b/pack.c
@@ -305,7 +305,7 @@ static void
pack_add_ptr(str, add)
VALUE str, add;
{
-#define STR_NO_ORIG FL_USER3 /* copied from string.c */
+#define STR_NO_ORIG FL_USER2 /* copied from string.c */
if (!RSTRING(str)->orig) {
RSTRING(str)->orig = rb_ary_new();
FL_SET(str, STR_NO_ORIG);