|
@@ -361,7 +361,7 @@ typedef l_uint32 Instruction;
|
|
|
#define condchangemem(L,pre,pos) ((void)0)
|
|
|
#else
|
|
|
#define condchangemem(L,pre,pos) \
|
|
|
- { if (G(L)->gcrunning) { pre; luaC_fullgc(L, 0); pos; } }
|
|
|
+ { if (gcrunning(G(L))) { pre; luaC_fullgc(L, 0); pos; } }
|
|
|
#endif
|
|
|
|
|
|
#endif
|