diff options
| author | 2025-07-22 23:33:27 -0500 | |
|---|---|---|
| committer | 2025-07-22 23:33:27 -0500 | |
| commit | 35347bef8d56d9bcd4594d212c9793b8ce59e6ba (patch) | |
| tree | 28ddd27bc87e93ba120d5a88ceea1439618c1210 | |
| parent | src/lush.c ln:1500-1508: corrected the 'luaL' typos (diff) | |
Re-added luaL_openlibs(L); ln:1495
| -rw-r--r-- | src/lush.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1492,7 +1492,7 @@ int main(int argc, char *argv[]) { // init lua state lua_State *L = luaL_newstate(); - lua_openlibs(L); + luaL_openlibs(L); // --- Pre-load compat modules --- // This is to make C modules available to Lua |
