commit | ff649b41e8f6b005fc08292760b29cefd135f1f2 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Jun 13 07:24:48 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Jun 13 07:24:48 2008 +0000 |
tree | 50183cf9ef9a45672cdb7a569fdaf27733ee78f0 | |
parent | f992640ed39d2865920237a3454bdffb117fe6bc [diff] [blame] |
Make stdprinter_write static.
diff --git a/Objects/fileobject.c b/Objects/fileobject.c index cda8a40..16ce542 100644 --- a/Objects/fileobject.c +++ b/Objects/fileobject.c
@@ -377,7 +377,7 @@ return (PyObject*)self; } -PyObject * +static PyObject * stdprinter_write(PyStdPrinter_Object *self, PyObject *args) { char *c;