Commit ff649b41 authored by Martin v. Löwis's avatar Martin v. Löwis

Make stdprinter_write static.

parent f992640e
......@@ -377,7 +377,7 @@ PyFile_NewStdPrinter(int fd)
return (PyObject*)self;
}
PyObject *
static PyObject *
stdprinter_write(PyStdPrinter_Object *self, PyObject *args)
{
char *c;
......
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