Undo the change here -- there's no point in declaring a static

function as DL_IMPORT()!
This commit is contained in:
Guido van Rossum 1998-12-08 13:23:22 +00:00
parent f484a3366b
commit f0f3600d0b
1 changed files with 1 additions and 1 deletions

View File

@ -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;