X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gcc-compat.h;h=ffd714f7c7c36a085e24d20e2ecd0a680af0406a;hp=1cd30af2fc7219cb132aa9d0631518e4c6efa942;hb=9b565c60fd159e12d255bb18db9dbff066deebea;hpb=d5d96c6c65b47a34136bc04420bffd38e947bfea diff --git a/gcc-compat.h b/gcc-compat.h index 1cd30af2..ffd714f7 100644 --- a/gcc-compat.h +++ b/gcc-compat.h @@ -1,7 +1,9 @@ -# define inline inline __attribute__ ((always_inline)) -# define __noreturn __attribute__ ((noreturn)) -# define __malloc __attribute__ ((malloc)) -# define __a_unused __attribute__ ((unused)) +#define inline inline __attribute__ ((always_inline)) +#define __noreturn __attribute__ ((noreturn)) +#define __malloc __attribute__ ((malloc)) +#define __a_unused __attribute__ ((unused)) +#define __a_aligned(alignment) __attribute__((__aligned__(alignment))) + /* * p is the number of the "format string" parameter, and q is * the number of the first variadic parameter.