mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 06:05:00 -07:00
Alignment fix
This commit is contained in:
Vendored
+3
-3
@@ -319,9 +319,9 @@ foreign lib {
|
||||
** state manipulation
|
||||
*/
|
||||
|
||||
newstate :: proc(f: Alloc, ud: rawptr) -> ^State ---
|
||||
close :: proc(L: ^State) ---
|
||||
newthread :: proc(L: ^State) -> ^State ---
|
||||
newstate :: proc(f: Alloc, ud: rawptr) -> ^State ---
|
||||
close :: proc(L: ^State) ---
|
||||
newthread :: proc(L: ^State) -> ^State ---
|
||||
resetthread :: proc(L: ^State) -> Status ---
|
||||
|
||||
atpanic :: proc(L: ^State, panicf: CFunction) -> CFunction ---
|
||||
|
||||
Reference in New Issue
Block a user