From 73ad16b5c6baf71c3e334859666112d1c5137c23 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 23 Jul 2014 13:44:30 -0300 Subject: no need for type 'pCallInfo' --- ltests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index 0f30587f..55167ca9 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 2.180 2014/07/18 14:46:47 roberto Exp roberto $ +** $Id: ltests.c,v 2.181 2014/07/19 15:14:46 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -280,7 +280,7 @@ static void checkLclosure (global_State *g, LClosure *cl) { } -static int lua_checkpc (pCallInfo ci) { +static int lua_checkpc (CallInfo *ci) { if (!isLua(ci)) return 1; else { Proto *p = ci_func(ci)->p; -- cgit v1.2.3-55-g6feb