simplify handling of nonlocal prompt returns from c
authorAndy Wingo <wingo@pobox.com>
Thu, 25 Feb 2010 12:17:34 +0000 (13:17 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 25 Feb 2010 19:59:55 +0000 (20:59 +0100)
commitb8af64db76bc602517be300128be0dfb67fac89f
tree71175912af3a40c5f44a781fe8983e23a6081c61
parentda7fa082e80b2c3989c90031ee5356e5b65bd00b
simplify handling of nonlocal prompt returns from c

* libguile/control.h:
* libguile/control.c (scm_i_prompt_pop_abort_args_x): New helper.

* libguile/eval.c (eval): Use the new helper.
libguile/control.c
libguile/control.h
libguile/eval.c