From: Guido van Rossum Date: Thu, 13 Jun 2002 17:07:07 +0000 (+0000) Subject: Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up from X-Git-Tag: v2.3c1~5345 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65ce6de35cdb973852fcd17323f7246ecabdbde4;p=thirdparty%2FPython%2Fcpython.git Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up from pyconfig.h. --- diff --git a/Objects/complexobject.c b/Objects/complexobject.c index 774c5463fc3f..58ca6bc3a214 100644 --- a/Objects/complexobject.c +++ b/Objects/complexobject.c @@ -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