mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Changes for dynamic linking under NT
This commit is contained in:
parent
14aa5da824
commit
e89bc75048
21 changed files with 72 additions and 59 deletions
|
|
@ -39,7 +39,7 @@ typedef struct {
|
|||
double ob_fval;
|
||||
} floatobject;
|
||||
|
||||
extern typeobject Floattype;
|
||||
extern DL_IMPORT typeobject Floattype;
|
||||
|
||||
#define is_floatobject(op) ((op)->ob_type == &Floattype)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue