X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fcompiler.h;h=9bc0e49ea5a18eaad025f19f367f8c174ad8d72e;hb=7a4bdb546094fea3343bfc80e3744ea26a08dd22;hp=2b496a88b70824b065461db08da1f2ca699161d5;hpb=1111bb0f69e3c01c9264b19cbc7d2a8a02eeb569;p=lttv.git diff --git a/ltt/compiler.h b/ltt/compiler.h index 2b496a88..9bc0e49e 100644 --- a/ltt/compiler.h +++ b/ltt/compiler.h @@ -19,6 +19,8 @@ #ifndef COMPILER_H #define COMPILER_H +#error "Using old ltt/" + /* Fast prediction if likely branches */ #define likely(x) __builtin_expect(!!(x), 1) #define unlikely(x) __builtin_expect(!!(x), 0)