Kaydet (Commit) f0f3600d authored tarafından Guido van Rossum's avatar Guido van Rossum

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

function as DL_IMPORT()!
üst f484a336
...@@ -106,7 +106,7 @@ static struct PycStringIO_CAPI { ...@@ -106,7 +106,7 @@ static struct PycStringIO_CAPI {
#define PycStringIO_OutputCheck(O) \ #define PycStringIO_OutputCheck(O) \
((O)->ob_type==PycStringIO->OutputType) ((O)->ob_type==PycStringIO->OutputType)
static DL_IMPORT(void *) static void *
xxxPyCObject_Import(module_name, name) xxxPyCObject_Import(module_name, name)
char *module_name; char *module_name;
char *name; char *name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment