Skip to content

Commit 402878a

Browse files
committed
fix ifdef/ifndef
1 parent a9f350d commit 402878a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
} while(0)
2828
#endif
2929

30-
#ifndef HAVE_BUILTIN_EXPECT
30+
#ifdef HAVE_BUILTIN_EXPECT
3131
#define EXPECT(x,c) __builtin_expect((x),(c))
3232
#else
3333
#define EXPECT(x,c) (x)

0 commit comments

Comments
 (0)