mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +02:00
* fports.c: include gc.h.
(fport_flush, fport_close): silently ignore I/O errors when closing a port during gc. it's better than aborting in scm_error. * throw.c (scm_handle_by_message): remove obsolete comment.
This commit is contained in:
parent
9f561420d3
commit
6b72ac1d10
3 changed files with 27 additions and 8 deletions
|
@ -485,9 +485,6 @@ scm_handle_by_message (void *handler_data, SCM tag, SCM args)
|
|||
}
|
||||
|
||||
handler_message (handler_data, tag, args);
|
||||
/* try to flush the error message first before the rest of the
|
||||
ports: if any throw error, it currently causes a bus
|
||||
exception. */
|
||||
exit (2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue