From: Tim Peters Date: Tue, 30 Oct 2001 21:09:55 +0000 (+0000) Subject: SF bug #474077 2.2b1: Error compiling extns with BCC X-Git-Tag: v2.2.1c1~950 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b40f1c2125203527600eddecb813a2cd9d38eb0;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Misc/ACKS b/Misc/ACKS index d893297f71b6..188e78d0e6a0 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -23,6 +23,7 @@ Donovan Baarda Alfonso Baciero Stig Bakken Greg Ball +Luigi Ballabio Cesar Eduardo Barros Des Barry Ulf Bartelt diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 370b518a5e21..20792ac812f5 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -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