New ACC version.

This commit is contained in:
Markus F.X.J. Oberhumer
2013-03-20 16:48:27 +00:00
parent b515fa39ec
commit aa2ee5dfc2
3 changed files with 236 additions and 147 deletions
+1 -1
View File
@@ -321,7 +321,7 @@
#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 || ACC_CC_PATHSCALE)
#elif (ACC_CC_CLANG || ACC_CC_GNUC || ACC_CC_INTELC_GNUC || ACC_CC_PATHSCALE)
# define __packed_struct(s) struct s {
# define __packed_struct_end() } __attribute__((__packed__,__aligned__(1)));
#elif (ACC_CC_WATCOMC)