This commit is contained in:
Cloud Wu
2020-11-04 10:20:26 +08:00
parent 3f8a2f69df
commit cb445f17d4
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ struct lua_longjmp; /* defined in ldo.c */
#define BASIC_STACK_SIZE (2*LUA_MINSTACK)
#define stacksize(th) cast_int((th)->stack_last - (th)->stack)
#define stacksize(th) cast_int((th)->stack_last + EXTRA_STACK - (th)->stack)
/* kinds of Garbage Collection */