Build fixes

This commit is contained in:
Adam Ierymenko 2020-02-19 11:32:16 -08:00
parent 0589964f99
commit a4e24c8390
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

View file

@ -129,7 +129,6 @@
#define restrict
#endif
#ifndef likely
#define inline inline
#define likely(x) (x)
#endif
#ifndef unlikely