fix typo
This commit is contained in:
parent
74611e422f
commit
ecec3ea611
@ -14,7 +14,7 @@
|
||||
#include "dateNtime.h"
|
||||
#endif // !DNT_H
|
||||
//linked list
|
||||
#ifndef linkely
|
||||
#ifndef likely
|
||||
#define likely(x) __builtin_expect(!!(x), 1)
|
||||
#define unlikely(x) __builtin_expect(!!(x), 0)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user