Kaydet (Commit) 28e2771f authored tarafından Benjamin Peterson's avatar Benjamin Peterson

Backed out changeset 8b6be1341770

üst bbc8fe18
......@@ -72,6 +72,7 @@ union value {
#ifdef HAVE_LONG_LONG
PY_LONG_LONG ll;
#endif
long double D;
};
/*
......@@ -343,6 +344,7 @@ struct tagPyCArgObject {
#ifdef HAVE_LONG_LONG
PY_LONG_LONG q;
#endif
long double D;
double d;
float f;
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