Make private function static (from `make smelly`)

This commit is contained in:
Antoine Pitrou 2012-06-21 17:26:28 +02:00
parent c2b4673ffe
commit a759d4e9f4
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ STRINGLIB(fill)(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end,
* As closely as possible, this code mimics the logic in decimal.py's
_insert_thousands_sep().
**/
Py_ssize_t
static Py_ssize_t
STRINGLIB(InsertThousandsGrouping)(
STRINGLIB_CHAR *buffer,
Py_ssize_t n_buffer,