Remove zero length array since it is not C++ compatible

This commit is contained in:
Jonas Minnberg
2021-12-11 14:23:59 +01:00
parent 7349902d5b
commit 24939723d7
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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