gcc_struct, old fish, but reinterprated: 92f4c84488

pull/505/head
Ser Lev Arris 2015-03-21 11:08:06 +01:00
parent 3e6043de70
commit 3bd1a791c0
1 changed files with 46 additions and 46 deletions

View File

@ -26,7 +26,7 @@
# pragma pack(push,1)
# define PACK_STRUCT
#elif defined( __GNUC__ )
# if defined(__clang__)
# if !defined(HOST_MINGW)
# define PACK_STRUCT __attribute__((__packed__))
# else
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))