X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gcc-compat.h;h=ffd714f7c7c36a085e24d20e2ecd0a680af0406a;hp=7367173aac419e9abd6232408d446a01cbf35d33;hb=f7feafeef70ad8f4e8c6fff715a2287f3240e759;hpb=6e3e6ad58782bbd5b6249700e6c52fc8e2a16809 diff --git a/gcc-compat.h b/gcc-compat.h index 7367173a..ffd714f7 100644 --- a/gcc-compat.h +++ b/gcc-compat.h @@ -2,7 +2,7 @@ #define __noreturn __attribute__ ((noreturn)) #define __malloc __attribute__ ((malloc)) #define __a_unused __attribute__ ((unused)) -#define __aligned(alignment) __attribute__((__aligned__(alignment))) +#define __a_aligned(alignment) __attribute__((__aligned__(alignment))) /* * p is the number of the "format string" parameter, and q is