]> git.pld-linux.org Git - packages/octave.git/blob - octave-header.patch
c8f080243ef281504f50011f808f97ead90cbc1a
[packages/octave.git] / octave-header.patch
1 --- octave-3.6.4/src/mex.h~     2013-02-21 21:19:24.000000000 +0100
2 +++ octave-3.6.4/src/mex.h      2013-06-24 13:08:46.755012288 +0200
3 @@ -64,6 +64,8 @@
4  
5  #define mxMAXNAME 64
6  
7 +#include "mexproto.h"
8 +
9  #if defined (__cplusplus)
10  extern "C" {
11  #endif
12 @@ -74,8 +76,6 @@
13  void mexFunction (int nlhs, mxArray* plhs[], int nrhs, const mxArray *prhs[]);
14  #endif
15  
16 -#include "mexproto.h"
17 -
18  /* V4 floating point routines renamed in V5.  */
19  #define mexIsNaN mxIsNaN
20  #define mexIsFinite mxIsFinite
This page took 0.018711 seconds and 2 git commands to generate.