Cleanups.

committer: mfx <mfx> 1059739807 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-08-01 12:10:07 +00:00
parent ab37b5ea0c
commit 365a3c0432
8 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -282,7 +282,7 @@
#undef __attribute_packed
#if defined(__GNUC__) || defined(__INTEL_COMPILER)
# if (1 && ACC_ARCH_IA32)
# if (1 && (ACC_ARCH_IA32 || ACC_ARCH_IA64))
# define __attribute_packed
# else
# define __attribute_packed __attribute__((__packed__,__aligned__(1)))