diff options
Diffstat (limited to 'Python/compile.c')
| -rw-r--r-- | Python/compile.c | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/Python/compile.c b/Python/compile.c index 0409f2d..e14fc01 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -24,12 +24,6 @@  #include "structmember.h"  #include <ctype.h> -#ifdef HAVE_LIMITS_H -#include <limits.h> -#endif -#ifndef INT_MAX -#define INT_MAX 2147483647 -#endif  /* Three symbols from graminit.h are also defined in Python.h, with     Py_ prefixes to their names.  Python.h can't include graminit.h  | 
