diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-04-21 03:20:47 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-04-21 03:20:47 (GMT) |
commit | 7f00deb032eae76dfd5dcfbd1105cd223baa8848 (patch) | |
tree | 84451e8b32c76a146a15faa7862278cf73af9a43 /PC | |
parent | cf96de052f656c400ecfd8302d6507e4f586c365 (diff) | |
download | cpython-7f00deb032eae76dfd5dcfbd1105cd223baa8848.zip cpython-7f00deb032eae76dfd5dcfbd1105cd223baa8848.tar.gz cpython-7f00deb032eae76dfd5dcfbd1105cd223baa8848.tar.bz2 |
SF bug #417508: 'hypot' not found with Borland C++Build.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/config.h b/PC/config.h index a69c73b..f6ad9c1 100644 --- a/PC/config.h +++ b/PC/config.h @@ -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 */ |