vm: FACTOR_ASSERT only if FACTOR_DEBUG

db4
Joe Groff 2011-11-22 22:45:19 -08:00
parent f225bf7f55
commit c2c2023e34
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ namespace factor
void abort();
}
#ifndef NDEBUG
#ifdef FACTOR_DEBUG
#define FACTOR_ASSERT(condition) ((condition) \
? (void)0 \
: ( \