File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ terms of the MIT license. A copy of the license can be found in the file
1313#include "bitmap.h"
1414#endif
1515
16- typedef struct mi_arena_s mi_arena_t ;
17-
1816// Minimal exports for arena-abandoned.
1917size_t mi_arena_id_index (mi_arena_id_t id );
2018mi_arena_t * mi_arena_from_index (size_t idx );
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ static mi_decl_cache_align _Atomic(mi_arena_t*) mi_arenas[MI_MAX_ARENAS];
6262static mi_decl_cache_align _Atomic(size_t ) mi_arena_count ; // = 0
6363
6464#define MI_IN_ARENA_C
65- #include "arena-abandoned .c"
65+ #include "arena-abandon .c"
6666#undef MI_IN_ARENA_C
6767
6868/* -----------------------------------------------------------
You can’t perform that action at this time.
0 commit comments