better support for OP_INCOBJECT

This commit is contained in:
2020-11-20 14:50:43 -06:00
parent 46b99ab390
commit 85e7deae7b
2 changed files with 13 additions and 4 deletions

View File

@@ -42,7 +42,7 @@
#define cosmoM_freezeGC(state) \
state->freezeGC++
#define cosmoM_unfreezeGC(state) \
#define cosmoM_unfreezeGC(state) \
state->freezeGC--; \
cosmoM_checkGarbage(state, 0)