diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/cStringIO.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Include/cStringIO.h b/Include/cStringIO.h index fac5f05..8aff2e3 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; |