Browse Source

make invalid_comma_and_underscore a real prototype

pull/9921/head
Benjamin Peterson 9 years ago
parent
commit
eb0dfa9251
  1. 2
      Python/formatter_unicode.c

2
Python/formatter_unicode.c

@ -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 '_'.");
}

Loading…
Cancel
Save