diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-02-01 03:12:21 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-02-01 03:12:21 +0000 |
| commit | b77b7c30d4855734384a095db41a734d315bb8fa (patch) | |
| tree | ae6cd78921bf626d54145b5485474bf59c3dceb4 /pack.c | |
| parent | ff338e4e581cc264abf4c5bfd3501bb77c16335f (diff) | |
| download | ruby-b77b7c30d4855734384a095db41a734d315bb8fa.tar.gz ruby-b77b7c30d4855734384a095db41a734d315bb8fa.tar.xz ruby-b77b7c30d4855734384a095db41a734d315bb8fa.zip | |
2000-02-01
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'pack.c')
| -rw-r--r-- | pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
