* marshal.c (r_symreal): no longer need volatile modifier, as using
rb_intern_str() not rb_intern(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b95b56cc3a
commit
113c6d58e7
@ -1148,7 +1148,7 @@ r_symlink(struct load_arg *arg)
|
|||||||
static ID
|
static ID
|
||||||
r_symreal(struct load_arg *arg, int ivar)
|
r_symreal(struct load_arg *arg, int ivar)
|
||||||
{
|
{
|
||||||
volatile VALUE s = r_bytes(arg);
|
VALUE s = r_bytes(arg);
|
||||||
ID id;
|
ID id;
|
||||||
int idx = -1;
|
int idx = -1;
|
||||||
st_index_t n = arg->symbols->num_entries;
|
st_index_t n = arg->symbols->num_entries;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user