diff options
Diffstat (limited to 'FEAST/MIToolbox/MIToolbox.h')
-rw-r--r-- | FEAST/MIToolbox/MIToolbox.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/FEAST/MIToolbox/MIToolbox.h b/FEAST/MIToolbox/MIToolbox.h index bba6284..728be31 100644 --- a/FEAST/MIToolbox/MIToolbox.h +++ b/FEAST/MIToolbox/MIToolbox.h @@ -39,15 +39,14 @@ #define C_IMPLEMENTATION #include <stdio.h> #include <stdlib.h> - #define CALLOC_FUNC calloc + #define UNSAFE_CALLOC_FUNC calloc #define FREE_FUNC free #else #define MEX_IMPLEMENTATION #include "mex.h" - #define CALLOC_FUNC mxCalloc + #define UNSAFE_CALLOC_FUNC mxCalloc #define FREE_FUNC mxFree #define printf mexPrintf /*for Octave-3.2*/ #endif #endif - |