- unique name of uninterned gensyms is removed, allowing them to
get new unique names if needed (instead of having multiple gensyms with the same name some of which are not eq?).
This commit is contained in:
parent
9fcf66ea7f
commit
d45fedb7c7
|
@ -1 +1 @@
|
|||
1671
|
||||
1672
|
||||
|
|
|
@ -173,6 +173,7 @@ ikrt_unintern_gensym(ikptr sym, ikpcb* pcb){
|
|||
while(bckt){
|
||||
if (ref(bckt, off_car) == sym) {
|
||||
/* found it */
|
||||
ref(sym, off_symbol_record_ustring) = true_object;
|
||||
ref(loc, 0) = ref(bckt, off_cdr);
|
||||
return true_object;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue