From f0f3600d0bd931572df4ca66b8a4295dd2cf2b41 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 8 Dec 1998 13:23:22 +0000 Subject: Undo the change here -- there's no point in declaring a static function as DL_IMPORT()! --- Include/cStringIO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/cStringIO.h b/Include/cStringIO.h index 53673ba..c1328de 100644 --- a/Include/cStringIO.h +++ b/Include/cStringIO.h @@ -106,7 +106,7 @@ static struct PycStringIO_CAPI { #define PycStringIO_OutputCheck(O) \ ((O)->ob_type==PycStringIO->OutputType) -static DL_IMPORT(void *) +static void * xxxPyCObject_Import(module_name, name) char *module_name; char *name; -- cgit v0.12