Commit 13dd1f94 authored by Benjamin Peterson's avatar Benjamin Peterson

reapply f1dc30a1be72

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