X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/fb484fefebdd9ebcf43169b391f704069b3d4b09..5dae693cb5f8f082b3188f3dc955d1f86fe6a50a:/libguile/continuations.h diff --git a/libguile/continuations.h b/libguile/continuations.h index 7d5e0dbc5..ec12b463a 100644 --- a/libguile/continuations.h +++ b/libguile/continuations.h @@ -3,7 +3,7 @@ #ifndef SCM_CONTINUATIONS_H #define SCM_CONTINUATIONS_H -/* Copyright (C) 1995,1996,2000,2001, 2006, 2008, 2009, 2010, 2012, 2013 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,2000,2001, 2006, 2008, 2009, 2010, 2012, 2013, 2014 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -76,7 +76,10 @@ SCM_INTERNAL SCM scm_i_make_continuation (int *first, SCM_INTERNAL void scm_i_check_continuation (SCM cont); SCM_INTERNAL void scm_i_reinstate_continuation (SCM cont); -SCM_INTERNAL SCM scm_i_continuation_to_frame (SCM cont); +struct scm_frame; +SCM_INTERNAL int scm_i_continuation_to_frame (SCM cont, + struct scm_frame *frame); + SCM_INTERNAL struct scm_vm* scm_i_contregs_vp (SCM contregs); SCM_INTERNAL SCM scm_i_contregs_vm_cont (SCM contregs);