X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=gcc-compat.h;h=4451980678907b4e2dcb76b9cda8c0e365d2a6f7;hp=61c3c88d1c4551a965aaa22c626ddf8fabec31ba;hb=44c1bec753339f5cddcc34c4419505ec928cf88a;hpb=c418d2188c9c2c542270023d6fc3bc6cf34f8d29 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