Mercurial > hg > vampy
comparison PyTypeInterface.cpp @ 33:c4da8d559872 vampy2
* build fixes for Linux
author | cannam |
---|---|
date | Wed, 23 Sep 2009 11:56:46 +0000 |
parents | a8231788216c |
children | c905122f79e7 |
comparison
equal
deleted
inserted
replaced
32:a8231788216c | 33:c4da8d559872 |
---|---|
10 #include "PyExtensionModule.h" | 10 #include "PyExtensionModule.h" |
11 #include <math.h> | 11 #include <math.h> |
12 #include <float.h> | 12 #include <float.h> |
13 #include <limits.h> | 13 #include <limits.h> |
14 #ifndef SIZE_T_MAX | 14 #ifndef SIZE_T_MAX |
15 #define (SIZE_T_MAX (size_t) -1) | 15 #define SIZE_T_MAX ((size_t) -1) |
16 #endif | 16 #endif |
17 | 17 |
18 using std::string; | 18 using std::string; |
19 using std::vector; | 19 using std::vector; |
20 using std::cerr; | 20 using std::cerr; |