actually compile start-stack to something useful
authorAndy Wingo <wingo@pobox.com>
Fri, 26 Sep 2008 10:03:36 +0000 (12:03 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 26 Sep 2008 10:03:36 +0000 (12:03 +0200)
commit107139eaadab946e9713748cdeacd07b22a181db
tree21461e1e7cac758cda42199a52c1aa1fbc3787f7
parent99b1dd09ccba248261b679657519e6a5b2b76560
actually compile start-stack to something useful

* ice-9/boot-9.scm (start-stack): Define as a defmacro instead of an acro
  in C. We have a way to delay evaluation of the exp, after all: putting
  it in a thunk is sufficient.

* libguile/debug.h:
* libguile/debug.c (scm_sys_start_stack): Renamed from scm_start_stack,
  and exposed to the user. Takes a thunk instead of an expression +
  environment.
  (scm_m_start_stack): Remove this acro.

* module/language/scheme/translate.scm (custom-transformer-table): Remove
  the start-stack special case.
ice-9/boot-9.scm
libguile/debug.c
libguile/debug.h
module/language/scheme/translate.scm