python-2.7.13.amd64.patch 305 B

1234567891011
  1. --- pyconfig.h 2016-06-26 02:46:30.000000000 +0300
  2. +++ pyconfig.h.new 2018-02-14 13:35:21.000000000 +0200
  3. @@ -282,7 +282,7 @@
  4. #endif
  5. #define COMPILER "[gcc]"
  6. -#define hypot _hypot
  7. +// #define hypot _hypot
  8. #define PY_LONG_LONG long long
  9. #define PY_LLONG_MIN LLONG_MIN
  10. #define PY_LLONG_MAX LLONG_MAX