diff options
Diffstat (limited to 'libguile/deprecated.h')
-rw-r--r-- | libguile/deprecated.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libguile/deprecated.h b/libguile/deprecated.h index 9832cfbb0..7f26f3fa0 100644 --- a/libguile/deprecated.h +++ b/libguile/deprecated.h @@ -611,6 +611,16 @@ SCM_DEPRECATED int scm_i_subr_p (SCM x); +/* Deprecated 2010-01-31, use with-throw-handler instead */ +SCM_DEPRECATED SCM scm_lazy_catch (SCM tag, SCM thunk, SCM handler); +SCM_DEPRECATED SCM scm_internal_lazy_catch (SCM tag, + scm_t_catch_body body, + void *body_data, + scm_t_catch_handler handler, + void *handler_data); + + + void scm_i_init_deprecated (void); #endif |