Repaired illegal syntax most compilers probably let slide (but MSVC
treats as a fatal error).
This commit is contained in:
parent
366c10c5c0
commit
9a6b8d8cf8
|
@ -719,7 +719,7 @@ pmerge(PyObject *acc, PyObject* to_merge) {
|
|||
}
|
||||
}
|
||||
goto again;
|
||||
skip:
|
||||
skip: ;
|
||||
}
|
||||
|
||||
PyMem_FREE(remain);
|
||||
|
|
Loading…
Reference in New Issue