Switch to new scm_c_with_throw_handler
authorClinton Ebadi <clinton@unknownlamer.org>
Fri, 8 May 2020 02:47:41 +0000 (22:47 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Fri, 8 May 2020 02:47:41 +0000 (22:47 -0400)
commit8fa87b2bead9878eac09499b8b21b58bab79e09e
treeb908303401b0458e48a40424c2c122f7a5a79fd0
parent07e08986f67a48c8d676ee434f8f02fe01ce1269
Switch to new scm_c_with_throw_handler

Initial fix was not quite right -- scm_c_with_throw_handler is the
modern equivalent of scm_c_lazy_catch and should resolve crashes after
errors in scheme extensions.
source/Interp.C