From 33a845c0edb73b759e7e20c11ea36b2d15353b12 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 15 Oct 2015 11:44:59 +0100 Subject: Another try to fix macro. --- contrib/libottery/ottery_global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/libottery/ottery_global.c b/contrib/libottery/ottery_global.c index db8d48ac4..a1d919885 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. */ -- cgit v1.2.3