Commit 32968b3e authored by Guido van Rossum's avatar Guido van Rossum

Remove redundant semicolon that broke the Windows compilation.

parent 8a62ac14
......@@ -28,7 +28,7 @@ struct ccobject_head_struct;
typedef struct ccobject_head_struct PerCache;
#define cPersistent_HEAD \
PyObject_HEAD; \
PyObject_HEAD \
PyObject *jar; \
PyObject *oid; \
PerCache *cache; \
......
......@@ -28,7 +28,7 @@ struct ccobject_head_struct;
typedef struct ccobject_head_struct PerCache;
#define cPersistent_HEAD \
PyObject_HEAD; \
PyObject_HEAD \
PyObject *jar; \
PyObject *oid; \
PerCache *cache; \
......
......@@ -28,7 +28,7 @@ struct ccobject_head_struct;
typedef struct ccobject_head_struct PerCache;
#define cPersistent_HEAD \
PyObject_HEAD; \
PyObject_HEAD \
PyObject *jar; \
PyObject *oid; \
PerCache *cache; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment