mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
SF bug #474077 2.2b1: Error compiling extns with BCC
Removed "#undef HAVE_HYPOT" line from Borland config, as suggested. Whether this will break some other Borland usage is a good question I can't answer.
This commit is contained in:
parent
345b8df2c4
commit
5b40f1c212
2 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,7 @@ Donovan Baarda
|
|||
Alfonso Baciero
|
||||
Stig Bakken
|
||||
Greg Ball
|
||||
Luigi Ballabio
|
||||
Cesar Eduardo Barros
|
||||
Des Barry
|
||||
Ulf Bartelt
|
||||
|
|
|
@ -180,7 +180,6 @@ typedef int pid_t;
|
|||
#define HAVE_LONG_LONG 1
|
||||
#define LONG_LONG __int64
|
||||
|
||||
#undef HAVE_HYPOT
|
||||
#undef HAVE_SYS_UTIME_H
|
||||
#define HAVE_UTIME_H
|
||||
#define HAVE_DIRENT_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue