Merge branch 'maint'
[paraslash.git] / gcc-compat.h
index 1cd30af2fc7219cb132aa9d0631518e4c6efa942..7367173aac419e9abd6232408d446a01cbf35d33 100644 (file)
@@ -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 __aligned(alignment) __attribute__((__aligned__(alignment)))
+
 /*
  * p is the number of the "format string" parameter, and q is
  * the number of the first variadic parameter.
 /*
  * p is the number of the "format string" parameter, and q is
  * the number of the first variadic parameter.