[gs-cvs] rev 8366 - trunk/gs/src

ray at ghostscript.com ray at ghostscript.com
Wed Nov 14 14:04:53 PST 2007


Author: ray
Date: 2007-11-14 14:04:53 -0800 (Wed, 14 Nov 2007)
New Revision: 8366

Modified:
   trunk/gs/src/gsciemap.c
Log:
Fix number of macro arguments that showed an error when FPU_TYPE=-1 (no FPU)


Modified: trunk/gs/src/gsciemap.c
===================================================================
--- trunk/gs/src/gsciemap.c	2007-11-14 18:37:45 UTC (rev 8365)
+++ trunk/gs/src/gsciemap.c	2007-11-14 22:04:53 UTC (rev 8366)
@@ -644,7 +644,7 @@
     cie_cached_value u, v, w;
 
 #ifdef CIE_CACHE_USE_FIXED
-#  define LOOKUP_INTERPOLATE_BETWEEN(v0, v1, i, ftemp)\
+#  define LOOKUP_INTERPOLATE_BETWEEN(v0, v1, i)\
      cie_interpolate_between(v0, v1, i)
 #else
     float ftemp;



More information about the gs-cvs mailing list