Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65ce6de

Browse files
committed
Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up from
pyconfig.h.
1 parent 597257b commit 65ce6de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Objects/complexobject.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
/* Submitted by Jim Hugunin */
77

8-
#ifndef WITHOUT_COMPLEX
9-
108
#include "Python.h"
119
#include "structmember.h"
1210

11+
#ifndef WITHOUT_COMPLEX
12+
1313
/* Precisions used by repr() and str(), respectively.
1414
1515
The repr() precision (17 significant decimal digits) is the minimal number

0 commit comments

Comments
 (0)