diff options
| author | ruki <[email protected]> | 2024-04-03 23:55:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-03 23:55:17 +0800 |
| commit | f716446fa869ef4dc9663d69a3e4364ef2dcbb6b (patch) | |
| tree | 2e8f5cdba8fd46558d199b42de79b4392a523353 /tests | |
| parent | 953bb535caed3c53c8789e55c2f2a3208f1c4008 (diff) | |
use xmi.h
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/other/native_module/modules/shared/zoo/src/zoo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/other/native_module/modules/shared/zoo/src/zoo.c b/tests/projects/other/native_module/modules/shared/zoo/src/zoo.c index 472d5f12d..6b278fd25 100644 --- a/tests/projects/other/native_module/modules/shared/zoo/src/zoo.c +++ b/tests/projects/other/native_module/modules/shared/zoo/src/zoo.c @@ -24,8 +24,8 @@ int xmiopen_zoo(lua_State* lua) { {"sub", sub}, {NULL, NULL} }; -#if 0 lua_newtable(lua); +#if 0 luaL_setfuncs(lua, funcs, 0); #endif return 1; |
