Commit fbaeeb41 authored by Jim Fulton's avatar Jim Fulton

Added macro for automating cast.

parent 8705cd92
......@@ -94,6 +94,8 @@ typedef struct {
char kind;
} BTreeItems;
#define ITEMS(O)((BTreeItems*)(O))
static PyObject *
newBTreeItems(char kind,
Bucket *lowbucket, int lowoffset,
......
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