mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
make invalid_comma_and_underscore a real prototype
This commit is contained in:
@@ -41,7 +41,7 @@ invalid_comma_type(Py_UCS4 presentation_type)
|
||||
}
|
||||
|
||||
static void
|
||||
invalid_comma_and_underscore()
|
||||
invalid_comma_and_underscore(void)
|
||||
{
|
||||
PyErr_Format(PyExc_ValueError, "Cannot specify both ',' and '_'.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user