1
Fork 0
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:
Dirk Herrmann 2000-04-13 12:02:18 +00:00
parent 553f441497
commit 01c8a3dd96
3 changed files with 132 additions and 89 deletions

View file

@ -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);