# HG changeset patch # User schloegl # Date 1442085597 0 # Node ID c76411f5c22eff6c9b720d2af332f5458b44bfce # Parent 13815b3679460decf64105e23e72496ec03098cc fix prototyp definition of mexFunktion (reverts partly commit 12878) diff -r 13815b367946 -r c76411f5c22e extra/NaN/src/str2array.cpp --- a/extra/NaN/src/str2array.cpp Sat Sep 12 14:59:20 2015 +0000 +++ b/extra/NaN/src/str2array.cpp Sat Sep 12 19:19:57 2015 +0000 @@ -132,9 +132,9 @@ void mexFunction( - mwSize nlhs, /* number of expected outputs */ + int nlhs, /* number of expected outputs */ mxArray *plhs[], /* array of pointers to output arguments */ - mwSize nrhs, /* number of inputs */ + int nrhs, /* number of inputs */ const mxArray *prhs[] /* array of pointers to input arguments */ )