diff options
author | Gary Houston <ghouston@arglist.com> | 2000-11-13 23:16:38 +0000 |
---|---|---|
committer | Gary Houston <ghouston@arglist.com> | 2000-11-13 23:16:38 +0000 |
commit | 6b72ac1d10d8b1ab78f3afa6e92b835c1e77c80e (patch) | |
tree | 06619248ce9cf5db6fcbe4737269c3eca4c6cbb7 /libguile/throw.c | |
parent | 9f561420d3125cdf68f102b4f30d5b5d141abda7 (diff) | |
download | guile-6b72ac1d10d8b1ab78f3afa6e92b835c1e77c80e.tar.gz |
* 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.
Diffstat (limited to 'libguile/throw.c')
-rw-r--r-- | libguile/throw.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libguile/throw.c b/libguile/throw.c index afa9ffaec..dfcb4c44d 100644 --- a/libguile/throw.c +++ b/libguile/throw.c @@ -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); } |