1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-12 16:50:22 +02:00
guile/module/language
Andy Wingo 107139eaad 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.
2008-09-26 12:03:36 +02:00
..
elisp use #:keywords in module/*.scm, not :keywords 2008-09-09 06:58:25 +02:00
ghil use #:keywords in module/*.scm, not :keywords 2008-09-09 06:58:25 +02:00
r5rs use #:keywords in module/*.scm, not :keywords 2008-09-09 06:58:25 +02:00
scheme actually compile start-stack to something useful 2008-09-26 12:03:36 +02:00
.cvsignore *** empty log message *** 2001-04-22 02:13:48 +00:00
Makefile.am fix Makefile.am in module/language 2008-09-02 10:30:39 -07:00