Small cleanups.

This commit is contained in:
Markus F.X.J. Oberhumer
2014-01-07 23:03:16 +01:00
parent 4a87834e04
commit 7db3e98944
2 changed files with 19 additions and 14 deletions
+1 -3
View File
@@ -336,9 +336,7 @@ typedef acc_uintptr_t upx_uintptr_t;
#endif
#if (ACC_CC_INTELC && (__INTEL_COMPILER < 800))
#elif (0 && (ACC_ARCH_AMD64 || ACC_ARCH_I386))
#elif (ACC_CC_CLANG || ACC_CC_GNUC || ACC_CC_INTELC_GNUC || ACC_CC_PATHSCALE)
#if (ACC_CC_CLANG || ACC_CC_GNUC || (ACC_CC_INTELC_GNUC && (__INTEL_COMPILER >= 800)) || ACC_CC_PATHSCALE)
# define __packed_struct(s) struct s {
# define __packed_struct_end() } __attribute__((__packed__,__aligned__(1)));
#elif (ACC_CC_WATCOMC)