Code review on merge request !65

This commit is contained in:
Fabrizio Fabbri 2017-05-19 19:18:16 +02:00
parent 88efaa1b6d
commit 95279fb15f
No known key found for this signature in database
GPG key ID: 8276EDF3D10E6C35
5 changed files with 9 additions and 11 deletions

View file

@ -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;