*** ./src/lcms2_internal.h.ORIG Thu Dec 2 13:59:59 2010 --- ./src/lcms2_internal.h Thu Dec 2 14:00:19 2010 *************** *** 47,53 **** #endif // BorlandC 5.5 is broken on that ! #ifdef __BORLANDC__ #define sinf(x) (float)sin((float)x) #define sqrtf(x) (float)sqrt((float)x) #endif --- 47,53 ---- #endif // BorlandC 5.5 is broken on that ! #if defined(__BORLANDC__) || defined(_AIX51) #define sinf(x) (float)sin((float)x) #define sqrtf(x) (float)sqrt((float)x) #endif