Kaydet (Commit) 65ce6de3 authored tarafından Guido van Rossum's avatar Guido van Rossum

Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up from

pyconfig.h.
üst 597257b9
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
/* Submitted by Jim Hugunin */ /* Submitted by Jim Hugunin */
#ifndef WITHOUT_COMPLEX
#include "Python.h" #include "Python.h"
#include "structmember.h" #include "structmember.h"
#ifndef WITHOUT_COMPLEX
/* Precisions used by repr() and str(), respectively. /* Precisions used by repr() and str(), respectively.
The repr() precision (17 significant decimal digits) is the minimal number The repr() precision (17 significant decimal digits) is the minimal number
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment