diff options
Diffstat (limited to 'Include/compile.h')
-rw-r--r-- | Include/compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/compile.h b/Include/compile.h index 4526523..6c782da 100644 --- a/Include/compile.h +++ b/Include/compile.h @@ -47,7 +47,7 @@ typedef struct { object *co_name; /* string */ } codeobject; -extern typeobject Codetype; +extern DL_IMPORT typeobject Codetype; #define is_codeobject(op) ((op)->ob_type == &Codetype) |