mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
No GC_* function can be called before GC_init
This commit is contained in:
parent
0280269db6
commit
dd020d7dfa
1 changed files with 1 additions and 1 deletions
|
|
@ -190,9 +190,9 @@ init_alloc(void)
|
|||
alloc_initialized = TRUE;
|
||||
|
||||
GC_no_dls = 1;
|
||||
GC_register_displacement(1);
|
||||
GC_all_interior_pointers = 0;
|
||||
GC_init();
|
||||
GC_register_displacement(1);
|
||||
#if 0
|
||||
GC_init_explicit_typing();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue