default to regular vm for noninteractive use
authorAndy Wingo <wingo@pobox.com>
Tue, 28 Sep 2010 07:22:38 +0000 (09:22 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 28 Sep 2010 07:22:38 +0000 (09:22 +0200)
commit97b18a66403aee100021485d85009b975ecb1614
treee3fc18b83615a54b2d12c542da69fbd881e0f105
parentf2ee6341baa31d75f9734a93545eb2608dd5653c
default to regular vm for noninteractive use

* libguile/script.c (scm_compile_shell_switches): Select the debugging
  VM in the cases that we previously would select deval -- when running
  interactively without --no-debug, or otherwise with --debug.

* libguile/vm.c: Default to the regular engine.
  (scm_c_set_vm_engine_x): Remove requirement for the VM to have no
  pending computations.
libguile/script.c
libguile/vm.c