mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 20:28:15 +00:00
Add vendor:lua/5.1
This commit is contained in:
Vendored
+2
-2
@@ -407,14 +407,14 @@ foreign lib {
|
||||
*/
|
||||
|
||||
@(link_name="lua_callk")
|
||||
call :: proc(L: ^State, nargs, nresults: c.int,
|
||||
call :: proc(L: ^State, nargs, nresults: c.int, ctx: c.int = 0,
|
||||
k: CFunction = nil) ---
|
||||
|
||||
getctx :: proc(L: ^State, ctx: ^c.int) -> c.int ---
|
||||
|
||||
@(link_name="lua_pcallk")
|
||||
pcall :: proc(L: ^State, nargs, nresults: c.int, errfunc: c.int,
|
||||
k: CFunction = nil) -> c.int ---
|
||||
ctx: c.int = 0, k: CFunction = nil) -> c.int ---
|
||||
|
||||
load :: proc(L: ^State, reader: Reader, dt: rawptr,
|
||||
chunkname, mode: cstring) -> Status ---
|
||||
|
||||
Reference in New Issue
Block a user