reapply f1dc30a1be72
This commit is contained in:
parent
13dd1f947e
commit
3968e29959
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue