mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-22 20:42:03 -08:00
Code review on merge request !65
This commit is contained in:
parent
88efaa1b6d
commit
95279fb15f
5 changed files with 9 additions and 11 deletions
|
|
@ -262,7 +262,7 @@ void ~A(cl_object cblock)
|
|||
* circular chain. This disables the garbage collection of
|
||||
* the library until _ALL_ functions in all modules are unlinked.
|
||||
*/
|
||||
cl_object current = Cnil, next = Cblock;
|
||||
cl_object current = OBJNULL, next = Cblock;
|
||||
~:{
|
||||
current = ecl_make_codeblock();
|
||||
current->cblock.next = next;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue