commit | e89bc75048d0142859379b2b92e77d984fdbef6e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 18 16:18:13 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 18 16:18:13 1994 +0000 |
tree | 59cc70e5004568e03a371b088109b2330d03698c | |
parent | 14aa5da824a398fad7403510f7b49e724f862e23 [diff] [blame] |
Changes for dynamic linking under NT
diff --git a/Include/funcobject.h b/Include/funcobject.h index 84b0dcf..cb36518 100644 --- a/Include/funcobject.h +++ b/Include/funcobject.h
@@ -39,7 +39,7 @@ object *func_argdefs; } funcobject; -extern typeobject Functype; +extern DL_IMPORT typeobject Functype; #define is_funcobject(op) ((op)->ob_type == &Functype)