diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-16 00:10:42 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-16 00:10:42 +0000 |
commit | 9ca06ce6baaa38010af869096cd498ffbf24de94 (patch) | |
tree | 439945811a72cb1c2bd1e413a52646ac868eee13 /out/lua.c | |
parent | update (diff) | |
download | luatablegen-9ca06ce6baaa38010af869096cd498ffbf24de94.tar.gz luatablegen-9ca06ce6baaa38010af869096cd498ffbf24de94.zip |
update
Diffstat (limited to '')
-rw-r--r-- | out/lua.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -578,7 +578,7 @@ int main(int argc, char **argv) { l_message(argv[0], "cannot create state: not enough memory"); return EXIT_FAILURE; } - reg_tablegen_tables(L); + reg_tablegen_tables_wasm(L); lua_pushcfunction(L, &pmain); /* to call 'pmain' in protected mode */ lua_pushinteger(L, argc); /* 1st argument */ lua_pushlightuserdata(L, argv); /* 2nd argument */ |