New ACC version.

committer: mfx <mfx> 1138683583 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2006-01-31 04:59:43 +00:00
parent b43a7edee4
commit a0d262cd76
2 changed files with 50 additions and 25 deletions
+2 -2
View File
@@ -333,10 +333,10 @@
}
#endif
#if defined(acc_alignof)
#if defined(__acc_alignof)
# define COMPILE_TIME_ASSERT_ALIGNOF(a,b) \
__COMPILE_TIME_ASSERT_ALIGNOF_SIZEOF(a,b) \
COMPILE_TIME_ASSERT(acc_alignof(a) == sizeof(b))
COMPILE_TIME_ASSERT(__acc_alignof(a) == sizeof(b))
#else
# define COMPILE_TIME_ASSERT_ALIGNOF(a,b) \
__COMPILE_TIME_ASSERT_ALIGNOF_SIZEOF(a,b)