mirror of
https://github.com/status-im/secp256k1.git
synced 2025-02-25 04:05:16 +00:00
fix ifdef/ifndef
This commit is contained in:
parent
a9f350d309
commit
402878ae11
@ -27,7 +27,7 @@
|
|||||||
} while(0)
|
} while(0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_BUILTIN_EXPECT
|
#ifdef HAVE_BUILTIN_EXPECT
|
||||||
#define EXPECT(x,c) __builtin_expect((x),(c))
|
#define EXPECT(x,c) __builtin_expect((x),(c))
|
||||||
#else
|
#else
|
||||||
#define EXPECT(x,c) (x)
|
#define EXPECT(x,c) (x)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user