diff --git a/src/core/gc.c b/src/core/gc.c index 9ad00f09..2599737d 100644 --- a/src/core/gc.c +++ b/src/core/gc.c @@ -67,7 +67,7 @@ static void janet_mark_abstract(void *adata); /* Local state that is only temporary for gc */ static JANET_THREAD_LOCAL uint32_t depth = JANET_RECURSION_GUARD; -static JANET_THREAD_LOCAL uint32_t orig_rootcount; +static JANET_THREAD_LOCAL size_t orig_rootcount; /* Mark a value */ void janet_mark(Janet x) {