%start-stack in Scheme, in terms of prompts
authorAndy Wingo <wingo@pobox.com>
Sun, 7 Mar 2010 21:37:57 +0000 (22:37 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 9 Mar 2010 20:32:56 +0000 (21:32 +0100)
commita6cd35551023d72703cf05a98e42e9dd6a75d48f
treef847d15c695e6114b5dd1d336632a093b4e613ce
parent5c606217a4bdd2e918d224b12fe576eff4e561c7
%start-stack in Scheme, in terms of prompts

* libguile/debug.h:
* libguile/debug.c (scm_sys_start_stack): Removed, we implement this in
  Scheme now.

* libguile/vm.h:
* libguile/vm.c (scm_vm_call_with_new_stack): Likewise removed.

* module/ice-9/boot-9.scm (%start-stack): Implement in terms of prompts.
  (%stacks): New fluid, for tracking active stacks.
  (start-stack): Implement using syntax-rules.
libguile/debug.c
libguile/debug.h
libguile/vm.c
libguile/vm.h
module/ice-9/boot-9.scm