Adjust PR #5060 to the latest mruby3 branch.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-08-08 15:13:39 +09:00
parent 6bc5857125
commit cb89e1f0d9
5 changed files with 7 additions and 4 deletions
+1
View File
@@ -1315,6 +1315,7 @@ static const mrb_sym each_syms[] = {
static const mrb_irep each_irep = {
3, /* nlocals */
7, /* nregs */
0, /* clen */
MRB_ISEQ_NO_FREE | MRB_IREP_NO_FREE, /* flags */
each_iseq, /* iseq */
NULL, /* pool */