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; \