This commit is contained in:
MelwareDE 2009-03-12 17:02:22 +00:00
parent ffcf6757d6
commit 4ed4f00f25
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#else /* } { */
#ifndef likely
#define likely(x) (!!(__x__))
#define likely(__x__) (!!(__x__))
#endif
#ifndef unlikely
#define unlikely(__x__) (!!(__x__))