]> granicus.if.org Git - python/commitdiff
SF bug #417508: 'hypot' not found with Borland C++Build.
authorTim Peters <tim.peters@gmail.com>
Sat, 21 Apr 2001 03:20:47 +0000 (03:20 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 21 Apr 2001 03:20:47 +0000 (03:20 +0000)
Misc/ACKS
PC/config.h

index 987e13fd3874b6b09a529e36b3f548f788121071..410d5cd6da50e3d2eac55d65635db01c10d22b9b 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -153,6 +153,7 @@ Jun Hamano
 Mark Hammond
 Manus Hand
 Milton L. Hankins
+Stephen Hansen
 Barry Hantman
 Lynda Hardman
 Jason Harper
index a69c73bbff9dea0f3018d99fb96e6d3b08cf8383..f6ad9c13d13034f715651b350066bfbf6a9cab0c 100644 (file)
@@ -176,6 +176,8 @@ typedef int pid_t;
 #define HAVE_LONG_LONG 1
 #define LONG_LONG __int64
 
+#undef HAVE_HYPOT
+
 #else /* !_WIN32 */
 #error "Only Win32 and later are supported"
 #endif /* !_WIN32 */