From 9c52face202e3d451c613aeb0f136ea26c697dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Tue, 3 Aug 2010 14:27:13 +0000 Subject: [PATCH] Don't require build(er|system) to #define COMPILING_FOR_MATLAB in order to compile this file. --- mimetic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mimetic.c b/mimetic.c index 9566f7bdb..b4107180b 100644 --- a/mimetic.c +++ b/mimetic.c @@ -1,7 +1,7 @@ #include #include -#if COMPILING_FOR_MATLAB +#if defined(COMPILING_FOR_MATLAB) && COMPILING_FOR_MATLAB #include "mex.h" #include "matrix.h" #define MAT_SIZE_T mwSignedIndex