mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 23:30:40 -08:00
Make cl_dealloc do nothing, since the bignum libraries tries to deallocate statically allocate data.
This commit is contained in:
parent
63b1ed0e31
commit
673a0c212f
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ extern void GC_free(void *);
|
|||
#define cl_alloc_atomic GC_malloc_atomic_ignore_off_page
|
||||
#define cl_alloc_align(s,d) GC_malloc(s)
|
||||
#define cl_alloc_atomic_align(s,d) GC_malloc_atomic_ignore_off_page(s)
|
||||
#define cl_dealloc(p,s) GC_free(p)
|
||||
#define cl_dealloc(p,s)
|
||||
#define ecl_register_static_root(x)
|
||||
#else
|
||||
extern cl_object si_room_report _ARGS((int narg));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue