From 6fcdcc7fc7e491c3e226a3aac3ca6b5f0b351b7d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 28 Aug 2006 03:46:21 +0000 Subject: r8626@Kushana: nickm | 2006-08-27 23:45:46 -0400 Aw, crap. Non-gcc bug. We need regular windows builds. svn:r8259 --- src/common/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/compat.h b/src/common/compat.h index 6e9ec38f01..e4430c6a51 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -101,7 +101,7 @@ extern INLINE double U64_TO_DBL(uint64_t x) { #define ATTR_PURE #define ATTR_MALLOC #define ATTR_NONNULL(x) -#define PREDICT(exp, val) +#define PREDICT(exp, val) (exp) #endif /* ===== String compatibility */ -- cgit v1.2.3-54-g00ecf