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