trunk mjdgges.c: Octave doesn't define mwSignedIndex (but it does for mwSize and mwIndex...)

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2541 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-03-31 08:58:57 +00:00
parent 535274d3ad
commit 604f465992
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include <string.h>
#include "mex.h"
#ifdef MWTYPES_NOT_DEFINED
#if defined(MWTYPES_NOT_DEFINED) || defined(OCTAVE)
typedef int mwSignedIndex;
#endif