scm_c_make_frame takes struct scm_frame as arg
authorAndy Wingo <wingo@pobox.com>
Mon, 14 Apr 2014 13:14:26 +0000 (15:14 +0200)
committerAndy Wingo <wingo@pobox.com>
Mon, 14 Apr 2014 13:14:26 +0000 (15:14 +0200)
commit8de051da47e8f0f56a13bde6a4b37ece5f9c81cf
treeeb2245418fce972f4e0cec507d6aa00b48ce5f13
parent44d9705464d8f54111ed8a8a90d76f0c774e7184
scm_c_make_frame takes struct scm_frame as arg

* libguile/frames.h:
* libguile/frames.c (scm_c_make_frame): Adapt to take a const struct
  scm_frame as the argument.  Adapt callers.

* libguile/continuations.c:
* libguile/stacks.c: Adapt callers.
libguile/continuations.c
libguile/frames.c
libguile/frames.h
libguile/stacks.c