changeset 9006:fc57f998eacb

8057934: Upgrade to LittleCMS 2.6 breaks AIX build Reviewed-by: prr, serb
author simonis
date Wed, 10 Sep 2014 11:01:59 +0200
parents 38b3caf22e7e
children 9d3243b721e7
files src/share/native/sun/java2d/cmm/lcms/cmscgats.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/native/sun/java2d/cmm/lcms/cmscgats.c	Thu Sep 04 13:00:55 2014 -0700
+++ b/src/share/native/sun/java2d/cmm/lcms/cmscgats.c	Wed Sep 10 11:01:59 2014 +0200
@@ -77,7 +77,7 @@
 // Symbols
 typedef enum {
 
-        SNONE,
+        SUNDEFINED,
         SINUM,      // Integer
         SDNUM,      // Real
         SIDENT,     // Identifier
@@ -550,7 +550,7 @@
         else l = x + 1;
     }
 
-    return SNONE;
+    return SUNDEFINED;
 }
 
 
@@ -735,7 +735,7 @@
 
 
             key = BinSrchKey(it8->id);
-            if (key == SNONE) it8->sy = SIDENT;
+            if (key == SUNDEFINED) it8->sy = SIDENT;
             else it8->sy = key;
 
         }
@@ -1326,7 +1326,7 @@
     it8->ValidKeywords = NULL;
     it8->ValidSampleID = NULL;
 
-    it8 -> sy = SNONE;
+    it8 -> sy = SUNDEFINED;
     it8 -> ch = ' ';
     it8 -> Source = NULL;
     it8 -> inum = 0;