summaryrefslogtreecommitdiff
path: root/pbstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbstream.c')
-rw-r--r--pbstream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbstream.c b/pbstream.c
index 4112a7c..bc25c97 100644
--- a/pbstream.c
+++ b/pbstream.c
@@ -13,8 +13,8 @@
#define likely(x) __builtin_expect((x),1)
#define unlikely(x) __builtin_expect((x),0)
#else
-#define likely(x)
-#define unlikely(x)
+#define likely(x) (x)
+#define unlikely(x) (x)
#endif
/* An array, indexed by pbstream_type, that indicates what wire type is
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback