diff options
Diffstat (limited to 'libguile/continuations.h')
-rw-r--r-- | libguile/continuations.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libguile/continuations.h b/libguile/continuations.h index f37058366..e1b494cb2 100644 --- a/libguile/continuations.h +++ b/libguile/continuations.h @@ -70,9 +70,9 @@ typedef struct -extern SCM scm_make_cont SCM_P ((SCM * answer)); -extern void scm_dynthrow SCM_P ((SCM *a)); -extern SCM scm_call_continuation SCM_P ((SCM cont, SCM val)); -extern void scm_init_continuations SCM_P ((void)); +extern SCM scm_make_cont (SCM * answer); +extern void scm_dynthrow (SCM *a); +extern SCM scm_call_continuation (SCM cont, SCM val); +extern void scm_init_continuations (void); #endif /* CONTINUATIONSH */ |