commit | 43466ec7b07de6bcad016bec60839cd6079c5a9c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Dec 04 18:48:25 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Dec 04 18:48:25 1998 +0000 |
tree | ec3bf3e1dfbf9535fa56e153e200f6491f34a6b0 | |
parent | b241b67b8954b0679377af00d668e3dc92f4c858 [diff] [blame] |
Add DL_IMPORT(returntype) for all officially exported functions.
diff --git a/Include/cStringIO.h b/Include/cStringIO.h index c1328de..53673ba 100644 --- a/Include/cStringIO.h +++ b/Include/cStringIO.h
@@ -106,7 +106,7 @@ #define PycStringIO_OutputCheck(O) \ ((O)->ob_type==PycStringIO->OutputType) -static void * +static DL_IMPORT(void *) xxxPyCObject_Import(module_name, name) char *module_name; char *name;