-->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:
2010-04-16 16:19:36 +00:00
parent d3f69c8bce
commit 2241299c20
5 changed files with 5 additions and 5 deletions

View File

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