aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-08-28 03:46:21 +0000
committerNick Mathewson <nickm@torproject.org>2006-08-28 03:46:21 +0000
commit6fcdcc7fc7e491c3e226a3aac3ca6b5f0b351b7d (patch)
tree94997797d0be9dbbc14224f92d523860c0e3640b /src/common/compat.h
parente1dfa122ad8f7468a8bf2005d16c032f3ae864dc (diff)
downloadtor-6fcdcc7fc7e491c3e226a3aac3ca6b5f0b351b7d.tar
tor-6fcdcc7fc7e491c3e226a3aac3ca6b5f0b351b7d.tar.gz
r8626@Kushana: nickm | 2006-08-27 23:45:46 -0400
Aw, crap. Non-gcc bug. We need regular windows builds. svn:r8259
Diffstat (limited to 'src/common/compat.h')
-rw-r--r--src/common/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h
index 6e9ec38f0..e4430c6a5 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 */