From f2ae0a19bd07d2b9c277c7c25103bc2f81f5794e Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 25 Aug 1997 13:34:17 +0000 Subject: [PATCH] Updated --- libguile/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 9209f6d84..0ad7db438 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -80,9 +80,9 @@ Sat Aug 16 18:42:15 1997 Gary Houston Wed Aug 13 15:38:44 1997 Mikael Djurfeldt -* * gh_io.c (gh_write): New function. + * gh_io.c (gh_write): New function. -* * gh_eval.c (catch_with_saved_stack): Removed. Replaced by: + * gh_eval.c (catch_with_saved_stack): Removed. Replaced by: throw.c (scm_internal_stack_catch): New sibling to the other catch functions. Code moved from gh_eval.c. throw.h: Added header.