提交 e84c709f 编写于 作者: S simonis

8057934: Upgrade to LittleCMS 2.6 breaks AIX build

Reviewed-by: prr, serb
上级 4ff18c50
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
// Symbols // Symbols
typedef enum { typedef enum {
SNONE, SUNDEFINED,
SINUM, // Integer SINUM, // Integer
SDNUM, // Real SDNUM, // Real
SIDENT, // Identifier SIDENT, // Identifier
...@@ -550,7 +550,7 @@ SYMBOL BinSrchKey(const char *id) ...@@ -550,7 +550,7 @@ SYMBOL BinSrchKey(const char *id)
else l = x + 1; else l = x + 1;
} }
return SNONE; return SUNDEFINED;
} }
...@@ -735,7 +735,7 @@ void InSymbol(cmsIT8* it8) ...@@ -735,7 +735,7 @@ void InSymbol(cmsIT8* it8)
key = BinSrchKey(it8->id); key = BinSrchKey(it8->id);
if (key == SNONE) it8->sy = SIDENT; if (key == SUNDEFINED) it8->sy = SIDENT;
else it8->sy = key; else it8->sy = key;
} }
...@@ -1326,7 +1326,7 @@ cmsHANDLE CMSEXPORT cmsIT8Alloc(cmsContext ContextID) ...@@ -1326,7 +1326,7 @@ cmsHANDLE CMSEXPORT cmsIT8Alloc(cmsContext ContextID)
it8->ValidKeywords = NULL; it8->ValidKeywords = NULL;
it8->ValidSampleID = NULL; it8->ValidSampleID = NULL;
it8 -> sy = SNONE; it8 -> sy = SUNDEFINED;
it8 -> ch = ' '; it8 -> ch = ' ';
it8 -> Source = NULL; it8 -> Source = NULL;
it8 -> inum = 0; it8 -> inum = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册