<prompt> has no pre-unwind-handler, it's unnecessary
authorAndy Wingo <wingo@pobox.com>
Thu, 18 Feb 2010 22:56:12 +0000 (23:56 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 19 Feb 2010 11:10:11 +0000 (12:10 +0100)
commit07a0c7d5d9523936d5fe4cac595bd75859416c9e
treeb9534ac4f124341beddeec1b67255fadf85892c9
parentbcbbba866b56460d097dba17e0dbb0c53d9f9211
<prompt> has no pre-unwind-handler, it's unnecessary

* libguile/control.h:
* libguile/control.c (scm_c_make_prompt, SCM_PROMPT_PRE_UNWIND_HANDLER):
* libguile/vm-i-system.c (prompt)
* module/language/tree-il.scm (<prompt> prompt-pre-unwind-handler):
* module/language/tree-il/analyze.scm:
* module/language/tree-il/compile-glil.scm:
* module/language/tree-il/inline.scm:
* module/language/tree-il/primitives.scm: Remove the "pre-unwind"
  handler from prompt; it turns out not to be necessary. Adapt all
  references.
libguile/control.c
libguile/control.h
libguile/vm-i-system.c
module/language/tree-il.scm
module/language/tree-il/analyze.scm
module/language/tree-il/compile-glil.scm
module/language/tree-il/inline.scm
module/language/tree-il/primitives.scm