mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Make some internal functions static
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user