diff options
Diffstat (limited to 'lib/lua')
-rw-r--r-- | lib/lua/src/LuaLib/lbaselib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lua/src/LuaLib/lbaselib.c b/lib/lua/src/LuaLib/lbaselib.c index ea70d2e..f9c76f1 100644 --- a/lib/lua/src/LuaLib/lbaselib.c +++ b/lib/lua/src/LuaLib/lbaselib.c @@ -1,5 +1,5 @@ /* -** $Id: lbaselib.c,v 1.5 2004-12-27 19:52:23 pixel Exp $ +** $Id: lbaselib.c,v 1.6 2007-05-31 13:26:52 pixel Exp $ ** Basic library ** See Copyright Notice in lua.h */ @@ -514,7 +514,7 @@ static const luaL_reg base_funcs[] = { {"next", luaB_next}, {"ipairs", luaB_ipairs}, {"pairs", luaB_pairs}, - {"print", luaB_print}, +// {"print", luaB_print}, {"tonumber", luaB_tonumber}, {"tostring", luaB_tostring}, {"type", luaB_type}, |