]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up from
authorGuido van Rossum <guido@python.org>
Thu, 13 Jun 2002 17:07:07 +0000 (17:07 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 13 Jun 2002 17:07:07 +0000 (17:07 +0000)
pyconfig.h.

Objects/complexobject.c

index 774c5463fc3f909f7d17ff5c6864b695a960c830..58ca6bc3a214947123c6b8082dc1b2b881d06206 100644 (file)
@@ -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