Skip to content

Commit f0f3600

Browse files
committed
Undo the change here -- there's no point in declaring a static
function as DL_IMPORT()!
1 parent f484a33 commit f0f3600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/cStringIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ static struct PycStringIO_CAPI {
106106
#define PycStringIO_OutputCheck(O) \
107107
((O)->ob_type==PycStringIO->OutputType)
108108

109-
static DL_IMPORT(void *)
109+
static void *
110110
xxxPyCObject_Import(module_name, name)
111111
char *module_name;
112112
char *name;

0 commit comments

Comments
 (0)