зеркало из https://github.com/github/ruby.git
Revert "Try dropping const qualifier to suppress msiwn warning"
This reverts commit b023c1cc07
.
in favor of r67666.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
e6a7b8a487
Коммит
72cbc3142d
|
@ -48,7 +48,7 @@ struct compile_status {
|
|||
// Mutated optimization levels
|
||||
struct rb_mjit_compile_info *compile_info;
|
||||
// If `inlined_iseqs[pos]` is not NULL, `mjit_compile_body` tries to inline ISeq there.
|
||||
struct rb_iseq_constant_body **inlined_iseqs;
|
||||
const struct rb_iseq_constant_body **inlined_iseqs;
|
||||
struct inlined_call_context inline_context;
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче