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

tor at ghostscript.com tor at ghostscript.com
Mon Dec 10 14:11:06 PST 2007


Author: tor
Date: 2007-12-10 14:11:05 -0800 (Mon, 10 Dec 2007)
New Revision: 8432

Modified:
   trunk/gs/src/gdevp14.c
Log:
Update to previous commit. Add pdf14_buffer maskbuf pointer to GC structures.

Modified: trunk/gs/src/gdevp14.c
===================================================================
--- trunk/gs/src/gdevp14.c	2007-12-10 20:27:11 UTC (rev 8431)
+++ trunk/gs/src/gdevp14.c	2007-12-10 22:11:05 UTC (rev 8432)
@@ -79,6 +79,7 @@
     case 0: return ENUM_OBJ(buf->saved);
     case 1: return ENUM_OBJ(buf->data);
     case 2: return ENUM_OBJ(buf->transfer_fn);
+    case 3: return ENUM_OBJ(buf->maskbuf);
 ENUM_PTRS_END
 
 static
@@ -87,6 +88,7 @@
     RELOC_VAR(buf->saved);
     RELOC_VAR(buf->data);
     RELOC_VAR(buf->transfer_fn);
+    RELOC_VAR(buf->maskbuf);
 }
 RELOC_PTRS_END
 



More information about the gs-cvs mailing list