comments in these files made gcc choke, removed

This commit is contained in:
2007-02-25 02:02:53 +00:00
parent d07e0abf89
commit e64b887fad
2 changed files with 4 additions and 4 deletions

View File

@@ -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;