From 89e3a843442679252773a29114c8552e3f59777d Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 13 Nov 2015 10:16:51 -0200 Subject: removed field 'n' from 'CallInfo' (not being used right now) --- lstate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 4b4577e2..b5ac89c2 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 2.126 2015/11/02 11:43:17 roberto Exp roberto $ +** $Id: lstate.h,v 2.127 2015/11/02 16:01:41 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -78,7 +78,6 @@ typedef struct CallInfo { } c; } u; ptrdiff_t extra; - unsigned short n; /* ordinal number in call list */ short nresults; /* expected number of results from this function */ lu_byte callstatus; } CallInfo; -- cgit v1.2.3-55-g6feb