зеркало из https://github.com/github/ruby.git
* 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:
Родитель
b95b56cc3a
Коммит
113c6d58e7
|
@ -1148,7 +1148,7 @@ r_symlink(struct load_arg *arg)
|
|||
static ID
|
||||
r_symreal(struct load_arg *arg, int ivar)
|
||||
{
|
||||
volatile VALUE s = r_bytes(arg);
|
||||
VALUE s = r_bytes(arg);
|
||||
ID id;
|
||||
int idx = -1;
|
||||
st_index_t n = arg->symbols->num_entries;
|
||||
|
|
Загрузка…
Ссылка в новой задаче