From: root Date: Thu, 27 Mar 2008 10:22:36 +0000 (+0100) Subject: Remove some useless stuff from gcc-compat.h X-Git-Tag: v0.0.5~7 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=cd6eefcdadce948bf503a32bc33cf69d8243684b;ds=sidebyside Remove some useless stuff from gcc-compat.h --- 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