c/lua:custom panic

This commit is contained in:
luoliwoshang
2024-08-10 12:29:44 +08:00
parent dfd85a7c53
commit 04ef069a20
3 changed files with 75 additions and 2 deletions

View File

@@ -14,6 +14,9 @@ import (
// /* key, in the registry, for table of preloaded loaders */
// llgo:link (*State).LError C.luaL_error
func (L *State) LError(format *c.Char, __llgo_va_list ...any) c.Int { return 0 }
// /* predefined references */
// llgo:link (*State).Loadfilex C.luaL_loadfilex