Minimize the size of runtime.Source_Code_Location to use i32 instead of int

This commit is contained in:
gingerBill
2021-03-05 12:56:36 +00:00
parent 15dbc99cb9
commit 1988856eed
6 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ args__: []cstring;
Source_Code_Location :: struct {
file_path: string,
line, column: int,
line, column: i32,
procedure: string,
}