reapply f1dc30a1be72
This commit is contained in:
parent
13dd1f947e
commit
3968e29959
|
@ -47,8 +47,8 @@
|
|||
|
||||
typedef struct BLOCK {
|
||||
struct BLOCK *leftlink;
|
||||
PyObject *data[BLOCKLEN];
|
||||
struct BLOCK *rightlink;
|
||||
PyObject *data[BLOCKLEN];
|
||||
} block;
|
||||
|
||||
#define MAXFREEBLOCKS 10
|
||||
|
|
Loading…
Reference in New Issue