1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-08 21:20:19 +02:00

Merge remote-tracking branch 'whippet/main' into wip-whippet

This commit is contained in:
Andy Wingo 2025-05-15 12:00:17 +02:00
commit 799901edc4
5 changed files with 7 additions and 0 deletions

View file

@ -872,6 +872,7 @@ gc_safepoint_slow(struct gc_mutator *mut) {
heap_unlock(heap);
}
int gc_safepoint_signal_number(void) { GC_CRASH(); }
void gc_safepoint_signal_inhibit(struct gc_mutator *mut) { GC_CRASH(); }
void gc_safepoint_signal_reallow(struct gc_mutator *mut) { GC_CRASH(); }