make scm_make_continuation internal
authorAndy Wingo <wingo@pobox.com>
Sun, 7 Feb 2010 13:16:54 +0000 (14:16 +0100)
committerAndy Wingo <wingo@pobox.com>
Mon, 8 Feb 2010 12:35:06 +0000 (13:35 +0100)
commit997659f898d94abccdcba3c444b84e3c6f6e963e
tree64f1ab2f9657b5f27d7cca16deddece915018dfe
parentbabfc7b2c3fce452aa12fed8d89cd3fbc81e8cc8
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.
doc/ref/api-control.texi
libguile/continuations.c
libguile/continuations.h
libguile/eval.c
libguile/vm-i-system.c
test-suite/standalone/test-unwind.c