* eval.c (unbind_catch): Do the long-jump here. Take a VALUE
authorJim Blandy <jimb@redhat.com>
Tue, 22 Sep 1992 06:23:30 +0000 (06:23 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 22 Sep 1992 06:23:30 +0000 (06:23 +0000)
commitba410f40e997e8653a51ab8904a4a5509190f40a
treed4b371aecdbcfc15f5e850ddc11f31357a0f4b88
parent5d6533f1865725d8171b3014f74f5ab17b777622
* eval.c (unbind_catch): Do the long-jump here.  Take a VALUE
argument, which specifies the value to return to the catch, or the
data to give to the condition handler.  Renamed to
unwind_to_catch, to reflect new role.
(Fsignal, Fthrow): Removed code to set catch tag value and do the
long-jump; this is taken care of by unwind_to_catch.
src/eval.c