]> granicus.if.org Git - python/commitdiff
Undo the change here -- there's no point in declaring a static
authorGuido van Rossum <guido@python.org>
Tue, 8 Dec 1998 13:23:22 +0000 (13:23 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 8 Dec 1998 13:23:22 +0000 (13:23 +0000)
function as DL_IMPORT()!

Include/cStringIO.h

index 53673ba10b4c37b5d1494703b9620c8d3869de55..c1328de0d8caf3686cd9069b350c4598de98fb3f 100644 (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;