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

alexcher at ghostscript.com alexcher at ghostscript.com
Sat Oct 20 12:14:28 PDT 2007


Author: alexcher
Date: 2007-10-20 12:14:28 -0700 (Sat, 20 Oct 2007)
New Revision: 8307

Modified:
   trunk/gs/src/gxobj.h
Log:
Make IGC_PTR_STABILITY_CHECK an independent compile-time flag that can be set
from the command line without editing gxobj.h .

DIFFERENCES:
None.


Modified: trunk/gs/src/gxobj.h
===================================================================
--- trunk/gs/src/gxobj.h	2007-10-20 16:34:38 UTC (rev 8306)
+++ trunk/gs/src/gxobj.h	2007-10-20 19:14:28 UTC (rev 8307)
@@ -19,10 +19,8 @@
 
 #include "gxbitmap.h"
 
-#ifdef DEBUG
-#define IGC_PTR_STABILITY_CHECK 0
-#else
-#define IGC_PTR_STABILITY_CHECK 0
+#ifndef IGC_PTR_STABILITY_CHECK
+#  define IGC_PTR_STABILITY_CHECK 0
 #endif
 
 /* ================ Objects ================ */



More information about the gs-cvs mailing list