Commit 73d6aca5 authored by Benjamin Peterson's avatar Benjamin Peterson

reapply f1dc30a1be72

parent 227f0fae
......@@ -48,8 +48,8 @@
typedef struct BLOCK {
struct BLOCK *leftlink;
struct BLOCK *rightlink;
PyObject *data[BLOCKLEN];
struct BLOCK *rightlink;
} block;
#define MAXFREEBLOCKS 10
......
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