fixed simple bug in r126 for missing return(y);
This commit is contained in:
parent
b7410520cb
commit
e6c5c97b34
BIN
bin/ikarus
BIN
bin/ikarus
Binary file not shown.
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue