assertion refactor in the vm
authorAndy Wingo <wingo@pobox.com>
Thu, 20 Feb 2014 18:57:47 +0000 (19:57 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 20 Feb 2014 18:57:47 +0000 (19:57 +0100)
commit698c55b04bf2ef3bf64bbf1f2ad5a000a6be23ad
tree2cdb406f14c207243bb3cf449ab47754d349e6f7
parent2a62eda85a6f838499792a8b7bbd1bcec05084a5
assertion refactor in the vm

* libguile/vm.c:
* libguile/vm-engine.c: Change the one use of
  VM_ENABLE_PARANOID_ASSERTIONS to ASSERT.  That becomes the one use of
  VM_ENABLE_ASSERTIONS, so disable that too.
libguile/vm-engine.c
libguile/vm.c