Reverted __packed for ACK
- ack does not produce packed structures
This commit is contained in:
parent
6e614336d6
commit
d5482f6e75
1 changed files with 0 additions and 4 deletions
|
@ -242,10 +242,6 @@
|
||||||
#define __packed _Pragma("packed 1")
|
#define __packed _Pragma("packed 1")
|
||||||
#define __aligned(x) _Pragma("aligned " __STRING(x))
|
#define __aligned(x) _Pragma("aligned " __STRING(x))
|
||||||
#define __section(x) _Pragma("section " ## x)
|
#define __section(x) _Pragma("section " ## x)
|
||||||
#elif defined(__ACK__)
|
|
||||||
#define __packed
|
|
||||||
#define __aligned(x) error: no __aligned for this compiler
|
|
||||||
#define __section(x) error: no __section for this compiler
|
|
||||||
#else
|
#else
|
||||||
#define __packed error: no __packed for this compiler
|
#define __packed error: no __packed for this compiler
|
||||||
#define __aligned(x) error: no __aligned for this compiler
|
#define __aligned(x) error: no __aligned for this compiler
|
||||||
|
|
Loading…
Reference in a new issue