Possible fix for Clang 5.1 issue, for Chris to try on other platforms
parent
c6de457a4b
commit
ba67b1ce12
|
|
@ -617,11 +617,11 @@
|
||||||
|
|
||||||
#include "ccolamd.h"
|
#include "ccolamd.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
#ifdef MATLAB_MEX_FILE
|
#ifdef MATLAB_MEX_FILE
|
||||||
|
typedef uint16_t char16_t;
|
||||||
#include "mex.h"
|
#include "mex.h"
|
||||||
#include "matrix.h"
|
#include "matrix.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@
|
||||||
|
|
||||||
#ifndef NPRINT
|
#ifndef NPRINT
|
||||||
#ifdef MATLAB_MEX_FILE
|
#ifdef MATLAB_MEX_FILE
|
||||||
|
#include <stdlib.h>
|
||||||
|
typedef uint16_t char16_t;
|
||||||
#include "mex.h"
|
#include "mex.h"
|
||||||
int (*ccolamd_printf) (const char *, ...) = mexPrintf ;
|
int (*ccolamd_printf) (const char *, ...) = mexPrintf ;
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue