mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove zero length array since it is not C++ compatible
This commit is contained in:
@@ -48,7 +48,6 @@ typedef struct mrb_heap_page {
|
||||
struct mrb_heap_page *free_next;
|
||||
struct mrb_heap_page *free_prev;
|
||||
mrb_bool old:1;
|
||||
void *objects[];
|
||||
} mrb_heap_page;
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user