-
This commit is contained in:
2003-06-22 16:23:58 +00:00
parent 6053079d50
commit 85f5804333
2 changed files with 2 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ struct Curve* CurveFromPyObject (PyObject *py_obj);
/*****************************************************************************/ /*****************************************************************************/
/* Python Curve_Type structure definition: */ /* Python Curve_Type structure definition: */
/*****************************************************************************/ /*****************************************************************************/
static PyTypeObject Curve_Type = PyTypeObject Curve_Type =
{ {
PyObject_HEAD_INIT(NULL) PyObject_HEAD_INIT(NULL)
0, /* ob_size */ 0, /* ob_size */

View File

@@ -205,7 +205,7 @@ static PyObject *MetaballRepr (C_Metaball *self);
/*****************************************************************************/ /*****************************************************************************/
/* Python Metaball_Type structure definition: */ /* Python Metaball_Type structure definition: */
/*****************************************************************************/ /*****************************************************************************/
static PyTypeObject Metaball_Type = PyTypeObject Metaball_Type =
{ {
PyObject_HEAD_INIT(NULL) PyObject_HEAD_INIT(NULL)
0, /* ob_size */ 0, /* ob_size */