Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 137872
Collapse All | Expand All

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

Return to bug 137872