mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up from
pyconfig.h.
This commit is contained in:
parent
597257b940
commit
65ce6de35c
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
/* Submitted by Jim Hugunin */
|
||||
|
||||
#ifndef WITHOUT_COMPLEX
|
||||
|
||||
#include "Python.h"
|
||||
#include "structmember.h"
|
||||
|
||||
#ifndef WITHOUT_COMPLEX
|
||||
|
||||
/* Precisions used by repr() and str(), respectively.
|
||||
|
||||
The repr() precision (17 significant decimal digits) is the minimal number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue