mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Added CHECK_IMPORT_CASE
Added HAVE_HYPOT, except for 68k (where you get 10-byte-float hypot, sigh...)
This commit is contained in:
parent
dee6d02736
commit
64da169f43
1 changed files with 8 additions and 0 deletions
|
@ -48,7 +48,15 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#ifdef __MWERKS__
|
||||
#define HAVE_STRFTIME
|
||||
#ifndef __MC68K__
|
||||
/* 68K hypot definition (and implementation) are unuseable
|
||||
** because they use 10-byte floats.
|
||||
*/
|
||||
#define HAVE_HYPOT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define CHECK_IMPORT_CASE
|
||||
|
||||
#ifdef USE_GUSI
|
||||
/* GUSI provides a lot of unixisms */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue