1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00

nofl: Reclaim another mark bit if concurrent tracing is disabled

This commit is contained in:
Andy Wingo 2025-03-05 17:17:55 +01:00
parent 29cf0f40d3
commit ed5db9bc36
2 changed files with 17 additions and 9 deletions

View file

@ -33,4 +33,8 @@
#define GC_CONSERVATIVE_TRACE 0
#endif
#ifndef GC_CONCURRENT_TRACE
#define GC_CONCURRENT_TRACE 0
#endif
#endif // GC_CONFIG_H