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

giles at ghostscript.com giles at ghostscript.com
Tue Jul 10 17:26:24 PDT 2007


Author: giles
Date: 2007-07-10 17:26:24 -0700 (Tue, 10 Jul 2007)
New Revision: 8117

Modified:
   trunk/gs/src/fapi_ft.c
   trunk/gs/src/gxwts.c
Log:
Replace to includes of the system stdlib.h for malloc() with malloc_.h. 
Bug 689320.


Modified: trunk/gs/src/fapi_ft.c
===================================================================
--- trunk/gs/src/fapi_ft.c	2007-07-11 00:19:27 UTC (rev 8116)
+++ trunk/gs/src/fapi_ft.c	2007-07-11 00:26:24 UTC (rev 8117)
@@ -19,6 +19,7 @@
 
 /* GhostScript headers. */
 #include "stdio_.h"
+#include "malloc_.h"
 #include "ierrors.h"
 #include "ifapi.h"
 #include "write_t1.h"

Modified: trunk/gs/src/gxwts.c
===================================================================
--- trunk/gs/src/gxwts.c	2007-07-11 00:19:27 UTC (rev 8116)
+++ trunk/gs/src/gxwts.c	2007-07-11 00:26:24 UTC (rev 8117)
@@ -14,7 +14,7 @@
 /* Rendering using Well Tempered Screening. */
 #include "stdpre.h"
 #include "memory_.h" /* for memcmp */
-#include <stdlib.h> /* for malloc */
+#include "malloc_.h"
 #include "gx.h"
 #include "gxstate.h"
 #include "gsht.h"



More information about the gs-cvs mailing list