1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 08:40:19 +02:00

* eval.c (scm_m_atbind): Redesigned to behvae like `let', but with

dynamic scope.
* dynwind.h (scm_swap_bindings): Declare.
* dynwind.c (scm_swap_bindings): Make non-static.
This commit is contained in:
Marius Vollmer 2001-08-25 16:08:13 +00:00
parent 969e8e458a
commit 2e1711782d
3 changed files with 67 additions and 46 deletions

View file

@ -184,7 +184,7 @@ SCM_DEFINE (scm_wind_chain, "wind-chain", 0, 0, 0,
#undef FUNC_NAME
#endif
static void
void
scm_swap_bindings (SCM vars, SCM vals)
{
SCM tmp;