mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 14:30:34 +02:00
* throw.h: Added prototypes for scm_catch_apply and
scm_lazy_catch.
This commit is contained in:
parent
e68b42c156
commit
f3b85c2682
1 changed files with 2 additions and 0 deletions
|
@ -48,7 +48,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
extern SCM scm_catch_apply SCM_P ((SCM tag, SCM proc, SCM a1, SCM args, SCM handler, int lazyp));
|
||||||
extern SCM scm_catch SCM_P ((SCM tag, SCM thunk, SCM handler));
|
extern SCM scm_catch SCM_P ((SCM tag, SCM thunk, SCM handler));
|
||||||
|
extern SCM scm_lazy_catch SCM_P ((SCM tag, SCM thunk, SCM handler));
|
||||||
extern SCM scm_ithrow SCM_P ((SCM key, SCM args, int noreturn));
|
extern SCM scm_ithrow SCM_P ((SCM key, SCM args, int noreturn));
|
||||||
extern SCM scm_throw SCM_P ((SCM key, SCM args));
|
extern SCM scm_throw SCM_P ((SCM key, SCM args));
|
||||||
extern void scm_init_throw SCM_P ((void));
|
extern void scm_init_throw SCM_P ((void));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue