Lua 5.4.4 rc3

This commit is contained in:
Cloud Wu
2022-01-17 10:22:31 +08:00
parent 5b5d5906cb
commit 8304747d8e
6 changed files with 16 additions and 15 deletions

View File

@@ -159,6 +159,7 @@
*/
#define GCSTPUSR 1 /* bit true when GC stopped by user */
#define GCSTPGC 2 /* bit true when GC stopped by itself */
#define GCSTPCLS 4 /* bit true when closing Lua state */
#define gcrunning(g) ((g)->gcstp == 0)