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

Backed out changeset 8b6be1341770

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