From e7ee17b71b67fc003c92da38c72ec5908dc82250 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Wed, 25 Apr 2007 04:45:17 +0000 Subject: [PATCH] MIPSpro: undo Python 2.5.1 define (the define leads to many warnings) [SVN r37502] --- include/boost/python/detail/wrap_python.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/python/detail/wrap_python.hpp b/include/boost/python/detail/wrap_python.hpp index 88597b58..af76fcce 100644 --- a/include/boost/python/detail/wrap_python.hpp +++ b/include/boost/python/detail/wrap_python.hpp @@ -51,6 +51,7 @@ # if defined(_SGI_COMPILER_VERSION) && _SGI_COMPILER_VERSION >= 740 # undef _POSIX_C_SOURCE # undef _XOPEN_SOURCE +# undef HAVE_STDINT_H // undo Python 2.5.1 define # endif //