diff options
author | jofret | 2010-08-13 09:00:11 +0000 |
---|---|---|
committer | jofret | 2010-08-13 09:00:11 +0000 |
commit | e4d2df24e869136f7c521e9473953e70a7d9a458 (patch) | |
tree | 0b594fc7c4b4c2c6dc8e1aa6f22086b4a8103799 | |
parent | f6aa0c77d052b1da35bc328e6129c145309b50b7 (diff) | |
download | scilab2c-e4d2df24e869136f7c521e9473953e70a7d9a458.tar.gz scilab2c-e4d2df24e869136f7c521e9473953e70a7d9a458.tar.bz2 scilab2c-e4d2df24e869136f7c521e9473953e70a7d9a458.zip |
Remove SCI2Cint define
-rw-r--r-- | includes/sci2clib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/sci2clib.h b/includes/sci2clib.h index 85c7d464..eff4cf05 100644 --- a/includes/sci2clib.h +++ b/includes/sci2clib.h @@ -1,7 +1,6 @@ #ifndef __SCI2CLIB_H__ #define __SCI2CLIB_H__ -#define SCI2Cint int
#include <stdlib.h>
#include <string.h>
#include <math.h> |