From 131c11c2ae327de5b4db743a6a81eb9b57470d0e Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 5 Feb 2013 17:36:13 +0100 Subject: Fix issue #45 --- src/tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools.c b/src/tools.c index 0fcb2f1..13a3ebd 100644 --- a/src/tools.c +++ b/src/tools.c @@ -1438,7 +1438,7 @@ static bool_t inter_copy_one_( lua_State *L2, uint_t L2_cache_i, lua_State *L, u static void inter_copy_func( lua_State* L2, uint_t L2_cache_i, lua_State* L, uint_t i) { FuncSubType funcSubType; - lua_CFunction cfunc = luaG_tocfunction( L, i, &funcSubType); // NULL for LuaJIT-fast && bytecode functions + /*lua_CFunction cfunc =*/ luaG_tocfunction( L, i, &funcSubType); // NULL for LuaJIT-fast && bytecode functions ASSERT_L( L2_cache_i != 0); // ... {cache} ... p STACK_GROW(L,2); -- cgit v1.2.3-55-g6feb