X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gcc-compat.h;h=0ec8fdd7d6990d5d78a40bc9a6b3e445e09e7257;hp=f649c1d44b31f1f5d6197c41ecad1b4d57a56222;hb=8fe757457fa56a6a1c9f17c466391d790ff58c58;hpb=e0e5a7c1a04c6a2ee4a475e823657e06e6df2f99 diff --git a/gcc-compat.h b/gcc-compat.h index f649c1d4..0ec8fdd7 100644 --- a/gcc-compat.h +++ b/gcc-compat.h @@ -25,7 +25,7 @@ # define __noreturn /* no noreturn */ # define __malloc /* no malloc */ # define __used /* no used */ -# define __a__unused /* no unused */ +# define __a_unused /* no unused */ # define __packed /* no packed */ # define likely(x) (x) # define unlikely(x) (x) @@ -39,3 +39,5 @@ # else # define __must_check /* no warn_unused_result */ # endif + +#define _static_inline_ static inline