[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: scm_call_continuation gone...
From: |
Marius Vollmer |
Subject: |
Re: scm_call_continuation gone... |
Date: |
06 Oct 2002 12:21:10 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Viktor Pavlenko <address@hidden> writes:
> Dear Guile Wizards,
>
> I upgraded to 1.6.0, and can't find a way to call a continuation from
> C code. scm_call_continuation() is gone now...
Did we ever have a scm_call_continuation? What version contained in?
In any case, you should be able to invoke continuations like any other
procedure. For example.
scm_call_1 (cont, arg);
--
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405