mirror of
https://github.com/python/cpython.git
synced 2025-08-29 21:25:01 +00:00
parent
4eb5940a4d
commit
4f1cd8bdcb
31 changed files with 320 additions and 320 deletions
|
@ -4,7 +4,7 @@
|
|||
and is slow and inaccurate.
|
||||
But it's good enough for the occasional string literal... */
|
||||
|
||||
#include "config.h"
|
||||
#include "pyconfig.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
/* Portable fmod(x, y) implementation for systems that don't have it */
|
||||
|
||||
#include "config.h"
|
||||
#include "pyconfig.h"
|
||||
|
||||
#include "pyport.h"
|
||||
#include <errno.h>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/* (A separate file because this may be OS dependent) */
|
||||
|
||||
#include "Python.h"
|
||||
#include "config.h"
|
||||
#include "pyconfig.h"
|
||||
|
||||
time_t
|
||||
PyOS_GetLastModificationTime(char *path, FILE *fp)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* hypot() replacement */
|
||||
|
||||
#include "config.h"
|
||||
#include "pyconfig.h"
|
||||
#include "pyport.h"
|
||||
|
||||
double hypot(double x, double y)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "config.h"
|
||||
#include "pyconfig.h"
|
||||
#include "pyfpe.h"
|
||||
/*
|
||||
* The signal handler for SIGFPE is actually declared in an external
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "config.h"
|
||||
#include "pyconfig.h"
|
||||
|
||||
/* comp.sources.misc strtod(), as posted in comp.lang.tcl,
|
||||
with bugfix for "123000.0" and acceptance of space after 'e' sign nuked.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
which is included by this file dependent on config settings.
|
||||
Stuff shared by all thread_*.h files is collected here. */
|
||||
|
||||
#include "config.h"
|
||||
#include "pyconfig.h"
|
||||
|
||||
/* config.h may or may not define DL_IMPORT */
|
||||
#ifndef DL_IMPORT /* declarations for DLL import/export */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue