scst.h: Fix definition of __aligned() (merge r5762 from trunk)

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@5763 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2014-09-03 14:01:04 +00:00
parent bac02ff34e
commit 5d37dc5c4b

View File

@@ -79,7 +79,7 @@ typedef _Bool bool;
#define __packed __attribute__((packed))
#endif
#ifndef __aligned
#define __aligned __attribute__((aligned))
#define __aligned(x) __attribute__((aligned(x)))
#endif
#endif