From c412f0c52908f2c9f56d80ed17f165a73cf1d2a6 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 31 May 2007 13:26:52 +0000 Subject: Implementing print inside of the Lua object, and using LuaPrinter object in order to redirect prints on a per-VM basis. --- lib/lua/src/LuaLib/lbaselib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/lua/src/LuaLib') 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}, -- cgit v1.2.3