diff options
Diffstat (limited to 'libguile/continuations.h')
-rw-r--r-- | libguile/continuations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/continuations.h b/libguile/continuations.h index 9e044c48c..94a791db1 100644 --- a/libguile/continuations.h +++ b/libguile/continuations.h @@ -68,7 +68,7 @@ typedef struct SCM_INTERNAL SCM scm_i_make_continuation (jmp_buf *registers, - scm_i_thread *thread, + scm_thread *thread, SCM vm_cont); SCM_INTERNAL void scm_i_reinstate_continuation (SCM cont) SCM_NORETURN; |