mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 10:40:19 +02:00
* Made scm_dynthrow static.
* Simplified and optimized the continuation calling code.
This commit is contained in:
parent
553f441497
commit
01c8a3dd96
3 changed files with 132 additions and 89 deletions
|
@ -75,7 +75,6 @@ typedef struct
|
|||
|
||||
|
||||
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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue