Kaydet (Commit) 22b4b4ce authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Arrange structure to match the common access patterns.

üst ff22984f
...@@ -48,8 +48,8 @@ ...@@ -48,8 +48,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