Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lukacu/trax
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacu committed Jul 31, 2015
2 parents ffd80b8 + c5b423b commit 4191275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/message.c
Expand Up @@ -43,7 +43,7 @@ static void initialize_sockets(void) {
return;
}

#define __INLINE __inline
#define __INLINE

#else

Expand Down
5 changes: 2 additions & 3 deletions matlab/traxserver.cpp
Expand Up @@ -20,9 +20,8 @@

#define MEX_CREATE_EMTPY mxCreateDoubleMatrix(0, 0, mxREAL)

//#define MEX_ERROR(M) mexErrMsgTxt(M)

#define MEX_ERROR(M) { mexPrintf("ERROR: "); mexPrintf(M); mexPrintf("\n\n"); }
#define MEX_ERROR(M) mexErrMsgTxt(M)
//#define MEX_ERROR(M) { mexPrintf("ERROR: "); mexPrintf(M); mexPrintf("\n\n"); }

using namespace std;

Expand Down

0 comments on commit 4191275

Please sign in to comment.