Alignment fix

This commit is contained in:
gingerBill
2023-04-05 16:31:25 +01:00
parent 4dcf253330
commit 03972d565e
+3 -3
View File
@@ -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 ---