This commit is contained in:
Vitor Santos Costa
2017-03-02 22:01:32 +00:00
parent f3b0e962a7
commit f7efff157b
14 changed files with 75 additions and 1372 deletions

View File

@@ -53,7 +53,7 @@ PyObject *term_to_python(term_t t, bool eval, PyObject *o) {
*/
} else
{
PyObject *o = PythonLookupSpecial(s);
o = PythonLookupSpecial(s);
}
if (o) {
Py_INCREF( o );