aboutsummaryrefslogtreecommitdiff
path: root/lbaselib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lbaselib.c')
-rw-r--r--lbaselib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lbaselib.c b/lbaselib.c
index 7a002902..b32d07af 100644
--- a/lbaselib.c
+++ b/lbaselib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lbaselib.c,v 1.10 2000/10/06 19:13:29 roberto Exp roberto $ 2** $Id: lbaselib.c,v 1.11 2000/10/09 15:46:43 roberto Exp roberto $
3** Basic library 3** Basic library
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -636,7 +636,7 @@ static const struct luaL_reg base_funcs[] = {
636 636
637 637
638 638
639void lua_baselibopen (lua_State *L) { 639LUA_API void lua_baselibopen (lua_State *L) {
640 luaL_openl(L, base_funcs); 640 luaL_openl(L, base_funcs);
641 lua_pushstring(L, LUA_VERSION); 641 lua_pushstring(L, LUA_VERSION);
642 lua_setglobal(L, "_VERSION"); 642 lua_setglobal(L, "_VERSION");