This commit is contained in:
Vitor Santos Costa
2017-09-06 01:09:46 +01:00
parent a115024aee
commit abdc8a35f9
31 changed files with 579 additions and 815 deletions

View File

@@ -222,7 +222,6 @@ PyObject *term_to_python(term_t t, bool eval, PyObject *o, bool cvt) {
atom_t name;
int arity;
PyObject *rc;
size_t len;
if (!PL_get_functor(t, &fun)) {
PL_reset_term_refs(tail);