Merge pull request #194

402878a fix ifdef/ifndef (mb300sd)
This commit is contained in:
Pieter Wuille 2015-01-24 15:26:09 -04:00
commit 17db09e3af
No known key found for this signature in database
GPG Key ID: 57896D2FF8F0B657
1 changed files with 1 additions and 1 deletions

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)