Portability updates.

This commit is contained in:
Markus F.X.J. Oberhumer
2010-10-20 01:46:38 +02:00
parent 371bf20d19
commit 7b8779f534
5 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ int compress_ucl_dummy = 0;
#else
#if 1 && !(UCL_USE_ASM) && (ACC_ARCH_I386)
# if (ACC_CC_GNUC || ACC_CC_INTELC || ACC_CC_MSC || ACC_CC_WATCOMC)
# if (ACC_CC_CLANG || ACC_CC_GNUC || ACC_CC_INTELC || ACC_CC_MSC || ACC_CC_WATCOMC)
# define UCL_USE_ASM 1
# endif
#endif