mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Adapt to Whippet changes
* libguile/gc.c (scm_storage_prehistory): Adapt to new gc_init prototype.
This commit is contained in:
parent
b6236fdcdc
commit
68d495f081
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ scm_storage_prehistory (void)
|
|||
#endif
|
||||
|
||||
struct gc_mutator *mut;
|
||||
if (!gc_init (options, NULL, &the_gc_heap, &mut,
|
||||
if (!gc_init (options, gc_empty_stack_addr (), &the_gc_heap, &mut,
|
||||
SCM_GC_EVENT_LISTENER, &the_gc_event_listener))
|
||||
{
|
||||
fprintf (stderr, "Failed to initialize GC\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue