-->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 matrix_Type;
|
||||
#define MATRIX_MAX_DIM 4
|
||||
|
||||
typedef struct {
|
||||
BASE_MATH_MEMBERS(contigPtr);
|
||||
BASE_MATH_MEMBERS(contigPtr)
|
||||
|
||||
unsigned char rowSize;
|
||||
unsigned int colSize;
|
||||
|
Reference in New Issue
Block a user