diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-08-28 03:46:21 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-08-28 03:46:21 +0000 |
commit | 6fcdcc7fc7e491c3e226a3aac3ca6b5f0b351b7d (patch) | |
tree | 94997797d0be9dbbc14224f92d523860c0e3640b /src/common/compat.h | |
parent | e1dfa122ad8f7468a8bf2005d16c032f3ae864dc (diff) | |
download | tor-6fcdcc7fc7e491c3e226a3aac3ca6b5f0b351b7d.tar.gz tor-6fcdcc7fc7e491c3e226a3aac3ca6b5f0b351b7d.zip |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |