reapply f1dc30a1be72

This commit is contained in:
Benjamin Peterson 2013-06-25 11:26:20 -07:00
parent 13dd1f947e
commit 3968e29959
1 changed files with 1 additions and 1 deletions

View File

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