Index: eval.c =================================================================== --- eval.c (revision 48392) +++ eval.c (working copy) @@ -911,8 +911,6 @@ result = (*b_proc) (data1); } POP_TAG(); - /* TODO: fix me */ - /* retval = prot_tag ? prot_tag->retval : Qnil; */ /* save retval */ errinfo = th->errinfo; th->ensure_list=ensure_list.next; (*ensure_list.entry.e_proc)(ensure_list.entry.data2);