mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
merge Include/my*.h into Include/pyport.h
marked my*.h as obsolete
This commit is contained in:
parent
885082ca67
commit
7e01890986
31 changed files with 341 additions and 51 deletions
|
@ -16,8 +16,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
#include "compile.h"
|
||||
#include "eval.h"
|
||||
|
||||
#include "mymath.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
|
|
|
@ -12,7 +12,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include "mymath.h"
|
||||
#include "pyport.h"
|
||||
#include <errno.h>
|
||||
|
||||
double
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
/* hypot() replacement */
|
||||
|
||||
#include "config.h"
|
||||
#include "myproto.h"
|
||||
#include "mymath.h"
|
||||
#include "pyport.h"
|
||||
|
||||
double hypot(double x, double y)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue