mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +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
|
|
@ -17,7 +17,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
#ifndef WITHOUT_COMPLEX
|
||||
|
||||
#include "Python.h"
|
||||
#include "mymath.h"
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
#include "Python.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include "mymath.h"
|
||||
|
||||
#ifdef i860
|
||||
/* Cray APP has bogus definition of HUGE_VAL in <math.h> */
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
|
||||
#include "Python.h"
|
||||
#include "longintrepr.h"
|
||||
#include "mymath.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
#include "macglue.h"
|
||||
#endif
|
||||
|
||||
#include "mymath.h"
|
||||
|
||||
/* just for trashcan: */
|
||||
#include "compile.h"
|
||||
#include "frameobject.h"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
|
||||
#include "Python.h"
|
||||
|
||||
#include "mymath.h"
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef COUNT_ALLOCS
|
||||
|
|
|
|||
|
|
@ -64,7 +64,6 @@ Unicode Integration Proposal (see file Misc/unicode.txt).
|
|||
|
||||
#include "Python.h"
|
||||
|
||||
#include "mymath.h"
|
||||
#include "unicodeobject.h"
|
||||
#include "ucnhash.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue