X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gcc-compat.h;h=4451980678907b4e2dcb76b9cda8c0e365d2a6f7;hb=06fb74dd885ef02c30430031ef58a1eab37737ee;hp=61c3c88d1c4551a965aaa22c626ddf8fabec31ba;hpb=c418d2188c9c2c542270023d6fc3bc6cf34f8d29;p=dss.git diff --git a/gcc-compat.h b/gcc-compat.h index 61c3c88..4451980 100644 --- a/gcc-compat.h +++ b/gcc-compat.h @@ -1,9 +1,6 @@ -# define inline inline __attribute__ ((always_inline)) # define __noreturn __attribute__ ((noreturn)) # define __malloc __attribute__ ((malloc)) # define __a_unused __attribute__ ((unused)) -# define likely(x) __builtin_expect (!!(x), 1) -# define unlikely(x) __builtin_expect (!!(x), 0) /* * p is the number of the "format string" parameter, and q is * the number of the first variadic parameter