From 7889010731eec703eda68fb32b6805c65e3f1cbf Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Sat, 22 Jul 2000 19:25:51 +0000 Subject: 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 --- Include/cStringIO.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Include/cStringIO.h') 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; -- cgit v1.2.1