Disable all cyclic importations

This commit is contained in:
gingerBill
2017-11-13 23:53:01 +00:00
parent a137699d95
commit 9bd8bdaa5a
2 changed files with 8 additions and 7 deletions
-2
View File
@@ -138,8 +138,6 @@ arena_allocator :: proc(arena: ^Arena) -> Allocator {
};
}
import "core:fmt.odin";
arena_allocator_proc :: proc(allocator_data: rawptr, mode: Allocator_Mode,
size, alignment: int,
old_memory: rawptr, old_size: int, flags: u64, location := #caller_location) -> rawptr {