diff options
Diffstat (limited to 'Include/longobject.h')
-rw-r--r-- | Include/longobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/longobject.h b/Include/longobject.h index ce2cd0b..4c21e7a 100644 --- a/Include/longobject.h +++ b/Include/longobject.h @@ -32,7 +32,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. typedef struct _longobject longobject; /* Revealed in longintrepr.h */ -extern typeobject Longtype; +extern DL_IMPORT typeobject Longtype; #define is_longobject(op) ((op)->ob_type == &Longtype) |