diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-08-08 15:13:39 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:21:34 +0900 |
| commit | cb89e1f0d9d9f05e53705d228b69decbc428a650 (patch) | |
| tree | 348725848fbc3ef491392a90c55f47499392d4b2 /src/array.c | |
| parent | 6bc5857125029aa519371b10625f7384767d7138 (diff) | |
| download | mruby-cb89e1f0d9d9f05e53705d228b69decbc428a650.tar.gz mruby-cb89e1f0d9d9f05e53705d228b69decbc428a650.zip | |
Adjust PR #5060 to the latest `mruby3` branch.
Diffstat (limited to 'src/array.c')
| -rw-r--r-- | src/array.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/array.c b/src/array.c index 4f2b5466c..f86743138 100644 --- a/src/array.c +++ b/src/array.c @@ -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 */ |
