From: Vsevolod Stakhov Date: Thu, 15 Oct 2015 10:44:59 +0000 (+0100) Subject: Another try to fix macro. X-Git-Tag: 1.0.6~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a845c0edb73b759e7e20c11ea36b2d15353b12;p=thirdparty%2Frspamd.git Another try to fix macro. --- diff --git a/contrib/libottery/ottery_global.c b/contrib/libottery/ottery_global.c index db8d48ac48..a1d919885b 100644 --- a/contrib/libottery/ottery_global.c +++ b/contrib/libottery/ottery_global.c @@ -24,7 +24,7 @@ #ifdef __GNUC__ #define UNLIKELY(x) __builtin_expect((x), 0) #else -#define UNLIKELY(x) +#define UNLIKELY(x) (x) #endif /** Flag: true iff ottery_global_state_ is initialized. */