Add SNAPPY_ prefix to PREDICT_{TRUE,FALSE} macros.
This commit is contained in:
committed by
Victor Costan
parent
be6dc3db83
commit
71b8f86887
@@ -524,7 +524,7 @@ class LogMessage {
|
||||
// and ones that are always active.
|
||||
|
||||
#define CRASH_UNLESS(condition) \
|
||||
PREDICT_TRUE(condition) ? (void)0 : \
|
||||
SNAPPY_PREDICT_TRUE(condition) ? (void)0 : \
|
||||
snappy::LogMessageVoidify() & snappy::LogMessageCrash()
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user