mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Make some internal functions static
This commit is contained in:
parent
908c871eeb
commit
2bad970293
2 changed files with 4 additions and 4 deletions
|
@ -295,7 +295,7 @@ extern void dump_counts(FILE*);
|
|||
|
||||
/* Flush stdout and stderr */
|
||||
|
||||
void
|
||||
static void
|
||||
flush_std_files(void)
|
||||
{
|
||||
PyObject *fout = PySys_GetObject("stdout");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue