Commit ceda83c6 authored by Nick Coghlan's avatar Nick Coghlan

Make set_main_loader static (noticed by Antoine Pitrou)

parent 8e6e7d39
......@@ -1351,7 +1351,7 @@ maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit)
}
int
set_main_loader(PyObject *d, const char *filename, const char *loader_name)
static set_main_loader(PyObject *d, const char *filename, const char *loader_name)
{
PyInterpreterState *interp;
PyThreadState *tstate;
......
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