From af70905246acfad225904b64d027e5b01c7b10eb Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 18 Jun 2018 09:08:10 -0300 Subject: no need to check whether libraries and host use the same kernel; Lua should work correctly with several copies of the kernel --- lstate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 037b2be6..0e173b5b 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 2.158 2018/03/16 15:33:34 roberto Exp roberto $ +** $Id: lstate.h,v 2.159 2018/06/15 19:31:22 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -181,7 +181,6 @@ typedef struct global_State { struct lua_State *twups; /* list of threads with open upvalues */ lua_CFunction panic; /* to be called in unprotected errors */ struct lua_State *mainthread; - const lua_Number *version; /* pointer to version number */ TString *memerrmsg; /* message for memory-allocation errors */ TString *tmname[TM_N]; /* array with tag-method names */ struct Table *mt[LUA_NUMTAGS]; /* metatables for basic types */ -- cgit v1.2.3-55-g6feb