Merge branch 'get-args-array' of https://github.com/sasq64/mruby into sasq64-get-args-array

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-08-24 16:46:00 +09:00
4 changed files with 55 additions and 25 deletions
+2 -1
View File
@@ -48,7 +48,8 @@ typedef struct mrb_heap_page {
struct mrb_heap_page *free_next;
struct mrb_heap_page *free_prev;
mrb_bool old:1;
void *objects[];
/* Flexible array members area a C99 feature, not C++ compatible */
/* void* objects[]; */
} mrb_heap_page;
#ifdef _MSC_VER