diff options
Diffstat (limited to 'Include/tupleobject.h')
-rw-r--r-- | Include/tupleobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/tupleobject.h b/Include/tupleobject.h index b422a40..f89c655 100644 --- a/Include/tupleobject.h +++ b/Include/tupleobject.h @@ -49,7 +49,7 @@ typedef struct { object *ob_item[1]; } tupleobject; -extern typeobject Tupletype; +extern DL_IMPORT typeobject Tupletype; #define is_tupleobject(op) ((op)->ob_type == &Tupletype) |