aboutsummaryrefslogtreecommitdiff
path: root/ltests.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.c')
-rw-r--r--ltests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltests.c b/ltests.c
index 8b2c0ee1..36da64e8 100644
--- a/ltests.c
+++ b/ltests.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.c,v 2.220 2017/06/12 14:21:44 roberto Exp roberto $ 2** $Id: ltests.c,v 2.221 2017/06/27 11:35:31 roberto Exp roberto $
3** Internal Module for Debugging of the Lua Implementation 3** Internal Module for Debugging of the Lua Implementation
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -960,7 +960,7 @@ static lua_State *getstate (lua_State *L) {
960 960
961static int loadlib (lua_State *L) { 961static int loadlib (lua_State *L) {
962 static const luaL_Reg libs[] = { 962 static const luaL_Reg libs[] = {
963 {"_G", luaopen_base}, 963 {LUA_GNAME, luaopen_base},
964 {"coroutine", luaopen_coroutine}, 964 {"coroutine", luaopen_coroutine},
965 {"debug", luaopen_debug}, 965 {"debug", luaopen_debug},
966 {"io", luaopen_io}, 966 {"io", luaopen_io},