fix compilation
This commit is contained in:
parent
25e59ecd40
commit
0b635cb2d5
@ -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