Commit 3968e299 authored by Benjamin Peterson's avatar Benjamin Peterson

reapply f1dc30a1be72

parent 13dd1f94
...@@ -47,8 +47,8 @@ ...@@ -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
......
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