Kaydet (Commit) eb0dfa92 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

make invalid_comma_and_underscore a real prototype

üst d7665ca7
...@@ -41,7 +41,7 @@ invalid_comma_type(Py_UCS4 presentation_type) ...@@ -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 '_'.");
} }
......
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