reapply f1dc30a1be72

This commit is contained in:
Benjamin Peterson 2013-06-25 11:35:44 -07:00
parent 227f0faed2
commit 73d6aca5d2
1 changed files with 1 additions and 1 deletions

View File

@ -48,8 +48,8 @@
typedef struct BLOCK {
struct BLOCK *leftlink;
struct BLOCK *rightlink;
PyObject *data[BLOCKLEN];
struct BLOCK *rightlink;
} block;
#define MAXFREEBLOCKS 10