1
Fork 0
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:
Gary Houston 2000-11-13 23:16:38 +00:00
parent 9f561420d3
commit 6b72ac1d10
3 changed files with 27 additions and 8 deletions

View file

@ -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);
}