changeset 12693:c76411f5c22e octave-forge

fix prototyp definition of mexFunktion (reverts partly commit 12878)
author schloegl
date Sat, 12 Sep 2015 19:19:57 +0000
parents 13815b367946
children 49e9ace39874
files extra/NaN/src/str2array.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 */
 )