Commit 478b08ee authored by Benjamin Peterson's avatar Benjamin Peterson

also backout f1dc30a1be72 for not being a bugfix

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