mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 19:19:53 +00:00
Fix useless type conversion.
This commit is contained in:
parent
e6f897f4ef
commit
212aceedc6
@ -67,7 +67,7 @@ static void janet_mark_abstract(void *adata);
|
|||||||
|
|
||||||
/* Local state that is only temporary for gc */
|
/* Local state that is only temporary for gc */
|
||||||
static JANET_THREAD_LOCAL uint32_t depth = JANET_RECURSION_GUARD;
|
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 */
|
/* Mark a value */
|
||||||
void janet_mark(Janet x) {
|
void janet_mark(Janet x) {
|
||||||
|
Loading…
Reference in New Issue
Block a user