Parcourir la 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 il y a 19 ans
Parent
commit
6fcdcc7fc7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 */