*** ./src/lcms2_internal.h.ORIG Sun Jan 6 23:52:54 2013 --- ./src/lcms2_internal.h Sun Jan 6 23:53:27 2013 *************** *** 47,53 **** #endif // BorlandC 5.5, VC2003 are broken on that ! #if defined(__BORLANDC__) || (_MSC_VER < 1400) // 1400 == VC++ 8.0 #define sinf(x) (float)sin((float)x) #define sqrtf(x) (float)sqrt((float)x) #endif --- 47,53 ---- #endif // BorlandC 5.5, VC2003 are broken on that ! #if defined(__BORLANDC__) || (defined(_AIX51) && !defined(_AIX52)) || (_MSC_VER < 1400) // 1400 == VC++ 8.0 #define sinf(x) (float)sin((float)x) #define sqrtf(x) (float)sqrt((float)x) #endif *** ./src/cmscgats.c.ORIG Wed Sep 20 16:54:34 2017 --- ./src/cmscgats.c Wed Sep 20 16:55:06 2017 *************** *** 48,54 **** // Symbols typedef enum { ! SNONE, SINUM, // Integer SDNUM, // Real SIDENT, // Identifier --- 48,54 ---- // Symbols typedef enum { ! LCMS_SNONE, SINUM, // Integer SDNUM, // Real SIDENT, // Identifier *************** *** 521,527 **** else l = x + 1; } ! return SNONE; } --- 521,527 ---- else l = x + 1; } ! return LCMS_SNONE; } *************** *** 706,712 **** key = BinSrchKey(it8->id); ! if (key == SNONE) it8->sy = SIDENT; else it8->sy = key; } --- 706,712 ---- key = BinSrchKey(it8->id); ! if (key == LCMS_SNONE) it8->sy = SIDENT; else it8->sy = key; } *************** *** 1297,1303 **** it8->ValidKeywords = NULL; it8->ValidSampleID = NULL; ! it8 -> sy = SNONE; it8 -> ch = ' '; it8 -> Source = NULL; it8 -> inum = 0; --- 1297,1303 ---- it8->ValidKeywords = NULL; it8->ValidSampleID = NULL; ! it8 -> sy = LCMS_SNONE; it8 -> ch = ' '; it8 -> Source = NULL; it8 -> inum = 0;