From 0cf3b6495a9eb58b7e50f43d633414aabab199af Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 11 Mar 2015 13:10:41 -0300 Subject: 'ci_func' don't need to be exported --- ldebug.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ldebug.h') diff --git a/ldebug.h b/ldebug.h index 7fba153c..e44b3f78 100644 --- a/ldebug.h +++ b/ldebug.h @@ -1,5 +1,5 @@ /* -** $Id: ldebug.h,v 2.11 2014/02/25 14:31:16 roberto Exp roberto $ +** $Id: ldebug.h,v 2.12 2014/11/10 14:46:05 roberto Exp roberto $ ** Auxiliary functions from Debug Interface module ** See Copyright Notice in lua.h */ @@ -17,9 +17,6 @@ #define resethookcount(L) (L->hookcount = L->basehookcount) -/* Active Lua function (given call info) */ -#define ci_func(ci) (clLvalue((ci)->func)) - LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *opname); -- cgit v1.2.3-55-g6feb