summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-kernel-ext/src/kernel.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-08-12 21:47:23 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 16:21:36 +0900
commit8813ebec07b4da46bf21a06cd16987208a442991 (patch)
tree2cc9213de89a3ac29f8f13e5c62d3e55e49b6916 /mrbgems/mruby-kernel-ext/src/kernel.c
parenta93ef815be794a5afdaffd33b896cd64dc5f0a75 (diff)
downloadmruby-8813ebec07b4da46bf21a06cd16987208a442991.tar.gz
mruby-8813ebec07b4da46bf21a06cd16987208a442991.zip
Skip array embedding if `MRB_NO_BOXING` and `MRB_32BIT`; fix #4382
On some platforms, `sizeof(mrb_value) > sizeof(void*)*3`, which makes `MRB_ARY_EMBED_LEN_MAX` zero. And zero sized array cause compile errors.
Diffstat (limited to 'mrbgems/mruby-kernel-ext/src/kernel.c')
0 files changed, 0 insertions, 0 deletions