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:
k0kubun 2019-04-21 03:35:07 +00:00
Родитель e6a7b8a487
Коммит 72cbc3142d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
};