(invoke_main_func): Don't call exit here. Throws that
authorMarius Vollmer <mvo@zagadka.de>
Wed, 7 Dec 2005 01:32:17 +0000 (01:32 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 7 Dec 2005 01:32:17 +0000 (01:32 +0000)
commit657e7929035cde1df233cf6b1543e86527a21cad
treee83caf455514921a786440da84a104eae20d29c5
parente724644d458b2fda60a24d536100b46693bfdf1d
(invoke_main_func): Don't call exit here.  Throws that
are only caught by scm_with_guile will bypass us and would cause
scm_boot_guile to return erroneously.
(scm_boot_guile): Expect scm_with_guile to return and call exit
here, passing it an appropriate exit code.
libguile/init.c