diff options
Diffstat (limited to 'gc.c')
-rw-r--r-- | gc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1053,6 +1053,8 @@ static val gc_wrap(val full) #if CONFIG_GEN_GC if (!null_or_missing_p(full)) full_gc = 1; +#else + (void) full; #endif gc(); return t; |