From e158e4f4654539c286124c81c853431c6858683b Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 11 May 1998 01:18:41 +0000 Subject: * throw.c, throw.h (scm_handle_by_throw): New function: This handler throws errors to next handler on the dynwind chain. --- libguile/throw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libguile/throw.h') diff --git a/libguile/throw.h b/libguile/throw.h index 3eb7918ba..3bc3aa6d2 100644 --- a/libguile/throw.h +++ b/libguile/throw.h @@ -91,6 +91,7 @@ extern SCM scm_handle_by_proc SCM_P ((void *, SCM, SCM)); extern SCM scm_handle_by_proc_catching_all SCM_P ((void *, SCM, SCM)); extern SCM scm_handle_by_message SCM_P ((void *, SCM, SCM)); extern SCM scm_handle_by_message_noexit SCM_P ((void *, SCM, SCM)); +extern SCM scm_handle_by_throw SCM_P ((void *, SCM, SCM)); extern int scm_exit_status SCM_P ((SCM args)); extern SCM scm_catch SCM_P ((SCM tag, SCM thunk, SCM handler)); -- cgit v1.2.3