[Zope-Checkins] CVS: Zope/lib/python/ZODB - cPersistence.h:1.24

Guido van Rossum guido@python.org
Tue, 2 Apr 2002 09:36:05 -0500


Update of /cvs-repository/Zope/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv1744

Modified Files:
	cPersistence.h 
Log Message:
Remove redundant semicolon that broke the Windows compilation.


=== Zope/lib/python/ZODB/cPersistence.h 1.23 => 1.24 ===
 
 #define cPersistent_HEAD \
-    PyObject_HEAD; \
+    PyObject_HEAD \
     PyObject *jar; \
     PyObject *oid; \
     PerCache *cache; \