diff --git a/src/permanent.c b/src/permanent.c index e77fc30..95bca98 100644 --- a/src/permanent.c +++ b/src/permanent.c @@ -62,7 +62,7 @@ static PyObject *permanent(PyObject *self, PyObject *args) { } // Convert to a python complex number - Py_complex psum; + /*Py_complex psum = struct {};*/ //fromdouble PyObject *output=PyComplex_FromCComplex(psum); return output; }