mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Replace usage of inline proc with #force_inline proc in the core library
This commit is contained in:
@@ -201,7 +201,7 @@ as_bytes :: proc(v: any) -> []byte {
|
||||
return nil;
|
||||
}
|
||||
|
||||
any_data :: inline proc(v: any) -> (data: rawptr, id: typeid) {
|
||||
any_data :: #force_inline proc(v: any) -> (data: rawptr, id: typeid) {
|
||||
return v.data, v.id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user