fix ifdef/ifndef

This commit is contained in:
mb300sd 2015-01-23 17:09:50 -05:00
parent a9f350d309
commit 402878ae11

View file

@ -27,7 +27,7 @@
} while(0)
#endif
#ifndef HAVE_BUILTIN_EXPECT
#ifdef HAVE_BUILTIN_EXPECT
#define EXPECT(x,c) __builtin_expect((x),(c))
#else
#define EXPECT(x,c) (x)