Kaydet (Commit) 1f0968c5 authored tarafından Fred Drake's avatar Fred Drake

Remove legacy use of __SC__; no longer needed now that ANSI source is

the standard for Python implementation.
üst fd99de64
......@@ -112,12 +112,7 @@ fill_free_list(void)
}
PyObject *
#ifdef __SC__
PyFloat_FromDouble(double fval)
#else
PyFloat_FromDouble(fval)
double fval;
#endif
{
register PyFloatObject *op;
if (free_list == NULL) {
......
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