X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fcompiler.h;h=9bc0e49ea5a18eaad025f19f367f8c174ad8d72e;hb=2230bb655f94e5ee0d32593520de317e6081dec6;hp=2b496a88b70824b065461db08da1f2ca699161d5;hpb=f61f4dca50e13aa52b1ca3941c8f420848f4353f;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)