eval.scm's handling of with-fluids doesn't leave the VM
authorAndy Wingo <wingo@pobox.com>
Wed, 24 Feb 2010 23:32:40 +0000 (00:32 +0100)
committerAndy Wingo <wingo@pobox.com>
Wed, 24 Feb 2010 23:43:52 +0000 (00:43 +0100)
commit1371fe9b149da699320567e5160160169ecdb0be
tree244f36b304b9014c9d97fe093965d8410c09023c
parentb3950ad6d88c5675dadb74c8ce5668daaa1b8692
eval.scm's handling of with-fluids doesn't leave the VM

* module/ice-9/eval.scm (primitive-eval): Implement with-fluids in terms
  of with-fluids, to avoid recursively calling the VM via with-fluids*.
module/ice-9/eval.scm