mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Minimize the size of runtime.Source_Code_Location to use i32 instead of int
This commit is contained in:
@@ -246,7 +246,7 @@ args__: []cstring;
|
||||
|
||||
Source_Code_Location :: struct {
|
||||
file_path: string,
|
||||
line, column: int,
|
||||
line, column: i32,
|
||||
procedure: string,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user