From 13dd1f947e350f48a031897075f697d1f65b0bbd Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 25 Jun 2013 11:25:26 -0700 Subject: reapply f1dc30a1be72 --- Modules/_collectionsmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_collectionsmodule.c b/Modules/_collectionsmodule.c index 371631c..abd80e0 100644 --- a/Modules/_collectionsmodule.c +++ b/Modules/_collectionsmodule.c @@ -47,8 +47,8 @@ typedef struct BLOCK { struct BLOCK *leftlink; - struct BLOCK *rightlink; PyObject *data[BLOCKLEN]; + struct BLOCK *rightlink; } block; #define MAXFREEBLOCKS 10 -- cgit v0.12