Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b40f1c

Browse files
committed
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.
1 parent 345b8df commit 5b40f1c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Donovan Baarda
2323
Alfonso Baciero
2424
Stig Bakken
2525
Greg Ball
26+
Luigi Ballabio
2627
Cesar Eduardo Barros
2728
Des Barry
2829
Ulf Bartelt

PC/pyconfig.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ typedef int pid_t;
180180
#define HAVE_LONG_LONG 1
181181
#define LONG_LONG __int64
182182

183-
#undef HAVE_HYPOT
184183
#undef HAVE_SYS_UTIME_H
185184
#define HAVE_UTIME_H
186185
#define HAVE_DIRENT_H

0 commit comments

Comments
 (0)