-->Fix for compile on MSVC
Expansion of BASE_MATH_MEMBERS macro meant that two consecutive semicolons were in the source in most header files that used it.
This commit is contained in:
@@ -37,7 +37,7 @@ extern PyTypeObject vector_Type;
|
||||
#define VectorObject_Check(_v) PyObject_TypeCheck((_v), &vector_Type)
|
||||
|
||||
typedef struct {
|
||||
BASE_MATH_MEMBERS(vec);
|
||||
BASE_MATH_MEMBERS(vec)
|
||||
|
||||
unsigned char size; /* vec size 2,3 or 4 */
|
||||
} VectorObject;
|
||||
|
||||
Reference in New Issue
Block a user