diff options
Diffstat (limited to 'scripts/cocci-macro-file.h')
-rw-r--r-- | scripts/cocci-macro-file.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/cocci-macro-file.h b/scripts/cocci-macro-file.h index d247a50..c64831d 100644 --- a/scripts/cocci-macro-file.h +++ b/scripts/cocci-macro-file.h @@ -23,11 +23,7 @@ #define G_GNUC_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) #define G_GNUC_NULL_TERMINATED __attribute__((sentinel)) -#if defined(_WIN32) && (defined(__x86_64__) || defined(__i386__)) -# define QEMU_PACKED __attribute__((gcc_struct, packed)) -#else -# define QEMU_PACKED __attribute__((packed)) -#endif +#define QEMU_PACKED __attribute__((packed)) #define cat(x,y) x ## y #define cat2(x,y) cat(x,y) |