We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f350d commit 402878aCopy full SHA for 402878a
src/util.h
@@ -27,7 +27,7 @@
27
} while(0)
28
#endif
29
30
-#ifndef HAVE_BUILTIN_EXPECT
+#ifdef HAVE_BUILTIN_EXPECT
31
#define EXPECT(x,c) __builtin_expect((x),(c))
32
#else
33
#define EXPECT(x,c) (x)
0 commit comments