mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 20:40:28 +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() {
|
||||
init_global_temporary_allocator(mem.megabytes(100));
|
||||
init_global_temporary_allocator(mem.Megabyte * 100)
|
||||
|
||||
args: Args;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user