mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
make invalid_comma_and_underscore a real prototype
This commit is contained in:
parent
d7665ca7a4
commit
eb0dfa9251
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ invalid_comma_type(Py_UCS4 presentation_type)
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
invalid_comma_and_underscore()
|
invalid_comma_and_underscore(void)
|
||||||
{
|
{
|
||||||
PyErr_Format(PyExc_ValueError, "Cannot specify both ',' and '_'.");
|
PyErr_Format(PyExc_ValueError, "Cannot specify both ',' and '_'.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue