diff options
author | Andy Wingo <wingo@pobox.com> | 2010-02-07 14:16:54 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-02-08 13:35:06 +0100 |
commit | 997659f898d94abccdcba3c444b84e3c6f6e963e (patch) | |
tree | 64f1ab2f9657b5f27d7cca16deddece915018dfe /libguile/eval.c | |
parent | babfc7b2c3fce452aa12fed8d89cd3fbc81e8cc8 (diff) | |
download | guile-997659f898d94abccdcba3c444b84e3c6f6e963e.tar.gz |
make scm_make_continuation internal
* libguile/continuations.h:
* libguile/continuations.c (scm_i_make_continuation): Change from
scm_make_continuation, and make internal.
* libguile/vm-i-system.c (call/cc, tail-call/cc): Adapt callers.
* test-suite/standalone/test-unwind.c (check_cont_body): Adapt a test.
* doc/ref/api-control.texi (Continuations): Update docs.
Diffstat (limited to 'libguile/eval.c')
-rw-r--r-- | libguile/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/eval.c b/libguile/eval.c index f6b42c5a8..6cfe43807 100644 --- a/libguile/eval.c +++ b/libguile/eval.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 +/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010 * Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or |