Skip to content

Commit 5130a4d

Browse files
committed
Backed out changeset 8b6be1341770
1 parent 4672060 commit 5130a4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Modules/_ctypes/ctypes.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ union value {
3434
#ifdef HAVE_LONG_LONG
3535
PY_LONG_LONG ll;
3636
#endif
37+
long double D;
3738
};
3839

3940
/*
@@ -305,6 +306,7 @@ struct tagPyCArgObject {
305306
#ifdef HAVE_LONG_LONG
306307
PY_LONG_LONG q;
307308
#endif
309+
long double D;
308310
double d;
309311
float f;
310312
void *p;

0 commit comments

Comments
 (0)