View | Details | Raw Unified
Collapse All | Expand All

(-) numarray-1.3.1/Include/numarray/arraybase.h (+4 lines)
 Lines 24-29    Link Here 
#define MAXDIM  40
#define MAXDIM  40
#define SZ_BUF  79
#define SZ_BUF  79
#ifdef Bool
#undef Bool
#endif
typedef signed char              Bool;
typedef signed char              Bool;
typedef signed char              Int8;
typedef signed char              Int8;
typedef unsigned char            UInt8;
typedef unsigned char            UInt8;