From 207a8cfdc82231904bea5de5294b44fb33243185 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 9 Oct 2020 08:00:02 +0800 Subject: *misc --- src/lua51/lstate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua51/lstate.h') diff --git a/src/lua51/lstate.h b/src/lua51/lstate.h index cb4244b..7a776bc 100644 --- a/src/lua51/lstate.h +++ b/src/lua51/lstate.h @@ -172,7 +172,7 @@ struct lua_State { int hookcount; lua_Hook hook; TValue l_gt; /* table of globals */ //全局表 _G global table - TValue env; /* temporary place for environments */ + TValue env; /* temporary place for environments */ // 协程私有的环境 GCObject *openupval; /* list of open upvalues in this stack */ GCObject *gclist; struct lua_longjmp *errorJmp; /* current error recover point */ -- cgit v1.1-26-g67d0