Very minor portability fixes.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-01-30 20:36:59 +01:00
parent 5fbd1b78e7
commit 08ef9f69fb
3 changed files with 4 additions and 9 deletions
+2 -2
View File
@@ -303,8 +303,8 @@
#undef __attribute_packed
#if (ACC_CC_GNUC || ACC_CC_INTELC || ACC_CC_PATHSCALE)
# if (0 && (ACC_ARCH_AMD64 || ACC_ARCH_I386))
# define __attribute_packed
# if (ACC_ARCH_I386) && (ACC_CC_INTELC && (__INTEL_COMPILER < 800))
# elif (0 && (ACC_ARCH_AMD64 || ACC_ARCH_I386))
# else
# define __attribute_packed __attribute__((__packed__,__aligned__(1)))
# endif