From: Guido van Rossum Date: Tue, 8 Dec 1998 13:23:22 +0000 (+0000) Subject: Undo the change here -- there's no point in declaring a static X-Git-Tag: v1.5.2b1~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0f3600d0bd931572df4ca66b8a4295dd2cf2b41;p=python Undo the change here -- there's no point in declaring a static function as DL_IMPORT()! --- diff --git a/Include/cStringIO.h b/Include/cStringIO.h index 53673ba10b..c1328de0d8 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;