]> gitweb.factorcode.org Git - factor.git/commit
VM: Remove redundant #ifdef FACTOR_DEBUGs
authorErik Charlebois <erikcharlebois@gmail.com>
Mon, 13 May 2013 03:44:32 +0000 (23:44 -0400)
committerErik Charlebois <erikcharlebois@gmail.com>
Mon, 13 May 2013 03:44:32 +0000 (23:44 -0400)
commitb918c3e64649a28a696f0dbdc2c3c057c585156e
treee34954388daea213b66b54c2cbc7f82ef2043393
parent7b1b1eef230c56343c83599a86c2767c343b4111
VM: Remove redundant #ifdef FACTOR_DEBUGs

FACTOR_DEBUG checks around asserts aren't needed, since FACTOR_ASSERT is
already conditionally defined by FACTOR_DEBUG.
13 files changed:
vm/allot.hpp
vm/arrays.hpp
vm/code_blocks.cpp
vm/code_heap.cpp
vm/code_roots.hpp
vm/compaction.cpp
vm/data_roots.hpp
vm/generic_arrays.hpp
vm/layouts.hpp
vm/mark_bits.hpp
vm/object_start_map.cpp
vm/tagged.hpp
vm/vm.hpp