Allow builder to -Define expansion of MAT_SIZE_T .

This commit is contained in:
Bård Skaflestad 2010-06-29 19:11:26 +00:00
parent c5379fb191
commit 01edb43f47

View File

@ -1,6 +1,8 @@
#include <stddef.h>
#ifndef MAT_SIZE_T
#define MAT_SIZE_T size_t
#endif
#include "blas_lapack.h"
#include "mimetic.h"