diff options
Diffstat (limited to 'lua.c')
-rw-r--r-- | lua.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -618,7 +618,7 @@ static void doREPL (lua_State *L) { | |||
618 | /* }================================================================== */ | 618 | /* }================================================================== */ |
619 | 619 | ||
620 | #if !defined(luai_openlibs) | 620 | #if !defined(luai_openlibs) |
621 | #define luai_openlibs(L) luaL_openlibs(L) | 621 | #define luai_openlibs(L) luaL_openselectedlibs(L, ~0, 0) |
622 | #endif | 622 | #endif |
623 | 623 | ||
624 | 624 | ||