X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gcc-compat.h;h=1cd30af2fc7219cb132aa9d0631518e4c6efa942;hp=61c3c88d1c4551a965aaa22c626ddf8fabec31ba;hb=f06808fd0c3890b4a9674efc708ccd9907225f53;hpb=36d1c3d162c687cd11c05e88a93fa1de78f06eab diff --git a/gcc-compat.h b/gcc-compat.h index 61c3c88d..1cd30af2 100644 --- a/gcc-compat.h +++ b/gcc-compat.h @@ -2,11 +2,9 @@ # 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 +/* + * p is the number of the "format string" parameter, and q is + * the number of the first variadic parameter. */ # define __printf(p,q) __attribute__ ((format (printf, p, q))) /*