diff options
Diffstat (limited to 'Include/floatobject.h')
-rw-r--r-- | Include/floatobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/floatobject.h b/Include/floatobject.h index 1d0484f..f6999bd 100644 --- a/Include/floatobject.h +++ b/Include/floatobject.h @@ -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) |