mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Use Megabyte constant
In commit 698fcb7813, the size procedures
were replaced with constants instead.
This commit is contained in:
@@ -70,7 +70,7 @@ walk_files :: proc(info: os.File_Info, in_err: os.Errno) -> (err: os.Errno, skip
|
|||||||
}
|
}
|
||||||
|
|
||||||
main :: proc() {
|
main :: proc() {
|
||||||
init_global_temporary_allocator(mem.megabytes(100));
|
init_global_temporary_allocator(mem.Megabyte * 100)
|
||||||
|
|
||||||
args: Args;
|
args: Args;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user