comments in these files made gcc choke, removed
This commit is contained in:
@@ -47,8 +47,8 @@ extern PyTypeObject GroupObSeq_Type;
|
||||
/* Python BPy_Group structure definition. */
|
||||
/*****************************************************************************/
|
||||
typedef struct {
|
||||
PyObject_HEAD /* required python macro */
|
||||
struct Group *group; /* Blender group type, can be NULL when unlinkedm, libdata must be second */*/
|
||||
PyObject_HEAD
|
||||
struct Group *group;
|
||||
} BPy_Group;
|
||||
|
||||
|
||||
|
||||
@@ -41,8 +41,8 @@ extern PyTypeObject SurfNurb_Type;
|
||||
|
||||
/* Python BPy_SurfNurb structure definition */
|
||||
typedef struct {
|
||||
PyObject_HEAD /* required py macro */
|
||||
Nurb * nurb; /* pointer to Blender data, libdata must be second */ */
|
||||
PyObject_HEAD
|
||||
Nurb * nurb;
|
||||
|
||||
/* iterator stuff */
|
||||
/* internal ptrs to point data. do not free */
|
||||
|
||||
Reference in New Issue
Block a user