소스 검색

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


svn:r8259

Nick Mathewson 19 년 전
부모
커밋
6fcdcc7fc7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 */