X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gcc-compat.h;h=45d9c9ba8dcf1497001014a6fa06841c427d08be;hb=312eca6bf2f4b4d9ee9081e3c213883bfe194a96;hp=7367173aac419e9abd6232408d446a01cbf35d33;hpb=fae6ed3cc6d240eefcc111bdd04f637e3cda5dd0;p=paraslash.git diff --git a/gcc-compat.h b/gcc-compat.h index 7367173a..45d9c9ba 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 @@ -23,3 +23,4 @@ # endif #define _static_inline_ static inline +