vm: FACTOR_ASSERT only if FACTOR_DEBUG

Joe Groff 2011-11-22 22:45:19 -08:00
parent b1a5477969
commit fd4be39990
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 \
: ( \