- 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:
Abdulaziz Ghuloum 2008-11-12 18:29:59 -05:00
parent 9fcf66ea7f
commit d45fedb7c7
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
1671
1672

View File

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