mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Repaired illegal syntax most compilers probably let slide (but MSVC
treats as a fatal error).
This commit is contained in:
parent
366c10c5c0
commit
9a6b8d8cf8
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ pmerge(PyObject *acc, PyObject* to_merge) {
|
|||
}
|
||||
}
|
||||
goto again;
|
||||
skip:
|
||||
skip: ;
|
||||
}
|
||||
|
||||
PyMem_FREE(remain);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue