Browse Source

r8626@Kushana: nickm | 2006-08-27 23:45:46 -0400
Aw, crap. Non-gcc bug. We need regular windows builds.


svn:r8259

Nick Mathewson 18 years ago
parent
commit
6fcdcc7fc7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/compat.h

+ 1 - 1
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 */