summaryrefslogtreecommitdiff
path: root/Include/cStringIO.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2000-07-22 19:25:51 +0000
committerThomas Wouters <thomas@python.org>2000-07-22 19:25:51 +0000
commit878857ec08b89b165fb7082611e039e84dc4c7e2 (patch)
treeadb9bd95984fc3e332ffd964464f0217f6781eaf /Include/cStringIO.h
parentbf9e12c5680d4ecfd1f94ad16e7f37a0ce83999d (diff)
downloadcpython-878857ec08b89b165fb7082611e039e84dc4c7e2.tar.gz
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P
Diffstat (limited to 'Include/cStringIO.h')
-rw-r--r--Include/cStringIO.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Include/cStringIO.h b/Include/cStringIO.h
index fac5f05a74..8aff2e32eb 100644
--- a/Include/cStringIO.h
+++ b/Include/cStringIO.h
@@ -107,9 +107,7 @@ static struct PycStringIO_CAPI {
((O)->ob_type==PycStringIO->OutputType)
static void *
-xxxPyCObject_Import(module_name, name)
- char *module_name;
- char *name;
+xxxPyCObject_Import(char *module_name, char *name)
{
PyObject *m, *c;
void *r=NULL;