Misc #10502 ยป remove_obsolete_prot_tag_comment.diff
| eval.c (working copy) | ||
|---|---|---|
|
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);
|
||