[Zodb-checkins] CVS: StandaloneZODB/ZODB - cPickleCache.c:1.65

Fred L. Drake, Jr. fdrake@acm.org
Thu, 2 May 2002 10:03:09 -0400


Update of /cvs-repository/StandaloneZODB/ZODB
In directory cvs.zope.org:/tmp/cvs-serv29495/ZODB

Modified Files:
	cPickleCache.c 
Log Message:
_ring_corrupt():  Only needed when MUCH_RING_CHECKING is defined.
    No need to generate code that is not needed!


=== StandaloneZODB/ZODB/cPickleCache.c 1.64 => 1.65 ===
 }
 
+#ifdef MUCH_RING_CHECKING
 static int 
 _ring_corrupt(ccobject *self, const char *context)
 {
@@ -1037,6 +1038,7 @@
 
     return 0;
 }
+#endif /* MUCH_RING_CHECKING */
 
 static int 
 ring_corrupt(ccobject *self, const char *context)