Commit 9a6b8d8c authored by Tim Peters's avatar Tim Peters

Repaired illegal syntax most compilers probably let slide (but MSVC

treats as a fatal error).
parent 366c10c5
......@@ -719,7 +719,7 @@ pmerge(PyObject *acc, PyObject* to_merge) {
}
}
goto again;
skip:
skip: ;
}
PyMem_FREE(remain);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment