fixed simple bug in r126 for missing return(y);

This commit is contained in:
Abdulaziz Ghuloum 2006-12-17 03:07:21 +03:00
parent b7410520cb
commit e6c5c97b34
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -798,6 +798,7 @@ add_object_proc(gc_t* gc, ikp x)
#if accounting
continuation_count++;
#endif
return y;
}
else if(tagof(fst) == pair_tag){
/* tcbucket */