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:
commit
799901edc4
5 changed files with 7 additions and 0 deletions
|
@ -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(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue