Prepare to dump mpnumber from mpwObject.
CVS patchset: 6827 CVS date: 2003/05/09 16:13:34
This commit is contained in:
parent
9c5529608e
commit
4fee8b2420
File diff suppressed because it is too large
Load Diff
|
@ -13,6 +13,7 @@ typedef struct mpwObject_s {
|
||||||
PyObject_HEAD
|
PyObject_HEAD
|
||||||
PyObject *md_dict; /*!< to look like PyModuleObject */
|
PyObject *md_dict; /*!< to look like PyModuleObject */
|
||||||
mpnumber n;
|
mpnumber n;
|
||||||
|
mpw data[1];
|
||||||
} mpwObject;
|
} mpwObject;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue