Merge branch 'master' of https://github.com/vscosta/yap-6.3
This commit is contained in:
commit
ce4b6c0931
@ -674,7 +674,9 @@ if (PyDict_Contains(py_F2P, key)) {
|
|||||||
}
|
}
|
||||||
o = PyStructSequence_New(typp);
|
o = PyStructSequence_New(typp);
|
||||||
term_t tleft = PL_new_term_ref();
|
term_t tleft = PL_new_term_ref();
|
||||||
for (int i = 0; i < arity; i++) {
|
int i;
|
||||||
|
|
||||||
|
for (i = 0; i < arity; i++) {
|
||||||
PyObject *pArg;
|
PyObject *pArg;
|
||||||
if (!PL_get_arg(i + 1, t, tleft))
|
if (!PL_get_arg(i + 1, t, tleft))
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user