remove a paranoid define; fix bitrot in measure.scm.
authorAndy Wingo <wingo@pobox.com>
Mon, 12 Jan 2009 21:37:29 +0000 (22:37 +0100)
committerAndy Wingo <wingo@pobox.com>
Mon, 12 Jan 2009 21:37:29 +0000 (22:37 +0100)
commit616167fc12fd42c14e021b5496e91154b3a0e8c0
treea5a19b050f34a0d22893492bdb45dc8cf64c6b35
parent78bae3d6fa7c8aa6951cf9fc31707b06d80a920a
remove a paranoid define; fix bitrot in measure.scm.

* benchmark/measure.scm (measure): Fix bitrot.

* libguile/vm.c (VM_ENABLE_STACK_NULLING): Undefine this, as it hasn't
  caught any errors in quite a while.
benchmark/measure.scm
libguile/vm.c