Kaydet (Commit) 5130a4d5 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

Backed out changeset 8b6be1341770

üst 4672060d
...@@ -34,6 +34,7 @@ union value { ...@@ -34,6 +34,7 @@ union value {
#ifdef HAVE_LONG_LONG #ifdef HAVE_LONG_LONG
PY_LONG_LONG ll; PY_LONG_LONG ll;
#endif #endif
long double D;
}; };
/* /*
...@@ -305,6 +306,7 @@ struct tagPyCArgObject { ...@@ -305,6 +306,7 @@ struct tagPyCArgObject {
#ifdef HAVE_LONG_LONG #ifdef HAVE_LONG_LONG
PY_LONG_LONG q; PY_LONG_LONG q;
#endif #endif
long double D;
double d; double d;
float f; float f;
void *p; void *p;
......
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